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


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