IRange SpecialCells( SpecialCellType type, System.Nullable<SpecialCellsValue> value )
Parameters
- type
- The cells to include.
- value
- If Type is either SpecialCellType.Constants or SpecialCellType.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.
Return Value
Returns a IRange object that represents all the cells that match the specified type and value.