FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AutoSortingColumnEventArgs Class / Ascending Property


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