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


In This Topic
Order Property (SortField)
In This Topic
Gets or sets the sort order for the values specified in the key.
Syntax
'Declaration
 
Public Property Order As SortOrder
 
'Usage
 
Dim instance As SortField
Dim value As SortOrder
 
instance.Order = value
 
value = instance.Order

Property Value

A SortOrder value represents the sort order for the values specified in the key.
See Also