Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / RangeSortingEventArgs Class / Ascending Property


In This Topic
    Ascending Property (RangeSortingEventArgs)
    In This Topic
    Gets whether the automatic sort is ascending.
    Syntax
    'Declaration
     
    Public ReadOnly Property Ascending As Boolean
    'Usage
     
    Dim instance As RangeSortingEventArgs
    Dim value As Boolean
     
    value = instance.Ascending
    public bool Ascending {get;}

    Property Value

    A bool value that indicates whether the automatic sort is ascending.
    See Also