Spread Windows Forms 12.0 Product Documentation
SortFields Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ISort Interface : SortFields Property
Gets the ISortFields object that represents the collection of sort fields associated with the ISort object.
Syntax
'Declaration
 
ReadOnly Property SortFields As ISortFields
'Usage
 
Dim instance As ISort
Dim value As ISortFields
 
value = instance.SortFields
ISortFields SortFields {get;}

Property Value

The ISortFields object that represents the collection of sort fields.
See Also

Reference

ISort Interface
ISort Members