Spread Windows Forms 12.0 Product Documentation
SortOn Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ISortField Interface : SortOn Property
Gets or sets what attribute of the cell to sort on.
Syntax
'Declaration
 
Property SortOn As SortOn
'Usage
 
Dim instance As ISortField
Dim value As SortOn
 
instance.SortOn = value
 
value = instance.SortOn
SortOn SortOn {get; set;}

Property Value

The SortOn value represents what attribute of the cell to sort on.
See Also

Reference

ISortField Interface
ISortField Members