Link Search Menu Expand Document

RangeSpecialCells Method

Returns a CellList object that represents all the cells that match the specified type and value.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public Range SpecialCells(
	XlCellType Type,
	Object Value
)

Parameters

Type
Type: Bytescout.Spreadsheet.ConstantsXlCellType
The cells to include.
Value
Type: SystemObject
Can be one of the XlSpecialCellsValue values or null.

Return Value

Type: Range

[Missing <returns> documentation for "M:Bytescout.Spreadsheet.Range.SpecialCells(Bytescout.Spreadsheet.Constants.XlCellType,System.Object)"]

See Also

Reference