Spread Windows Forms 12.0 Product Documentation
Rng Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ISort Interface : Rng Property
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
IRange Rng {get;}

Property Value

An IRange value represents the range of values on which the sort is performed.
Remarks
This property can be changed when applying a sort to a sheet range, and cannot be changed if the range is within a table.
See Also

Reference

ISort Interface
ISort Members