Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortInfo Class / Ascending Property


In This Topic
Ascending Property (SortInfo)
In This Topic
Gets or sets whether the sort order is ascending.
Syntax
'Declaration
 
Public Property Ascending As Boolean
 
'Usage
 
Dim instance As SortInfo
Dim value As Boolean
 
instance.Ascending = value
 
value = instance.Ascending
See Also