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


In This Topic
Ascending Property (AutoSortedColumnEventArgs)
In This Topic
Gets whether the automatic sort was ascending.
Syntax
'Declaration
 
Public ReadOnly Property Ascending As Boolean
 
'Usage
 
Dim instance As AutoSortedColumnEventArgs
Dim value As Boolean
 
value = instance.Ascending
See Also