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