Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortField Class / SortOn Property


In This Topic
SortOn Property (SortField)
In This Topic
Gets or sets what attribute of the cell to sort on.
Syntax
'Declaration
 
Public Property SortOn As SortOn
 
'Usage
 
Dim instance As SortField
Dim value As SortOn
 
instance.SortOn = value
 
value = instance.SortOn

Property Value

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