RangeSpecialCells Method
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Returns a CellList object that represents all the cells that match the specified type and value.
Namespace:Bytescout.SpreadsheetAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
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