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