Sets the range over which the sort occurs.
Syntax
'Declaration
Overloads Sub SetRange( _
ByVal As Reference _
)
'Usage
Dim instance As ISort
Dim rng As Reference
instance.SetRange(rng)
void SetRange(
Reference
)
Parameters
- rng
- Specifies the range over which the sort represented by the ISort object occurs.
See Also