Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / SortState Property


In This Topic
SortState Property
In This Topic
Gets or sets the sorting state.
Syntax
'Declaration
 
Public Property SortState As SortState
 
'Usage
 
Dim instance As Appearance
Dim value As SortState
 
instance.SortState = value
 
value = instance.SortState
See Also