Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISortField Interface / Order Property


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

Property Value

The sort order for the values specified in the key.
See Also