IRange.SpecialCells Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function SpecialCells ( _
Type As XlCellType, _
Value As Object _
) As Range
'Usage
Dim instance As IRange
Dim Type As XlCellType
Dim Value As Object
Dim returnValue As Range
returnValue = instance.SpecialCells(Type, _
Value)
Range SpecialCells(
XlCellType Type,
Object Value
)
Parameters
- Type
Type: Microsoft.Office.Interop.Excel.XlCellType
- Value
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.Range