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

Return Value

Type: Microsoft.Office.Interop.Excel.Range

See Also

Reference

IRange Interface

IRange Members

Microsoft.Office.Interop.Excel Namespace