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
public bool Ascending {get; set;}
See Also