[]
Gets a IRange object that represents all the cells that match the specified type and value.
IRange SpecialCells(SpecialCellType type, SpecialCellsValue value = SpecialCellsValue.All)
Function SpecialCells(type As SpecialCellType, Optional value As SpecialCellsValue = SpecialCellsValue.All) As IRange
Type | Name | Description |
---|---|---|
SpecialCellType | type | The cells to include. |
SpecialCellsValue | value | If |
Type | Description |
---|---|
IRange | An IRange object that represents all the cells that match the specified type and value |