Gets or sets the range of values on which the sort is performed.
Syntax
'Declaration
ReadOnly Property Rng As IRange
'Usage
Dim instance As ISort
Dim value As IRange
value = instance.Rng
Property Value
An
IRange value represents the range of values on which the sort is performed.
See Also