[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.SpecialCells

SpecialCells Method

SpecialCells(SpecialCellType, SpecialCellsValue?)

Gets a IRange object that represents all the cells that match the specified type and value.

Declaration
IRange SpecialCells(SpecialCellType type, SpecialCellsValue? value = null)
Function SpecialCells(type As SpecialCellType, Optional value As SpecialCellsValue? = Nothing) As IRange
Parameters
Type Name Description
SpecialCellType type

The cells to include.

SpecialCellsValue? value

If Type is either Constants or Formulas, this argument is used to determine which types of cells to include in the result. These values can be added together to return more than one type. The default is to select all constants or formulas, no matter what the type.

Returns
Type Description
IRange

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