In This Topic
Gets the range of values on which the sort is performed.
Syntax
'Declaration
Public Property Range As Reference
'Usage
Dim instance As Sort
Dim value As Reference
instance.Range = value
value = instance.Range
public Reference Range {get; set;}
Property Value
A
Reference value represents the range of values on which the sort is performed.
See Also