ISort.SetRange Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub SetRange ( _
Rng As Range _
)
'Usage
Dim instance As ISort
Dim Rng As Range
instance.SetRange(Rng)
void SetRange(
Range Rng
)
Parameters
- Rng
Type: Microsoft.Office.Interop.Excel.Range