Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SortInfo Class / Ascending Property
Example


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;}

    Property Value

    Boolean: true for ascending order of sorting; false for descending
    Example
    This example sorts the columns using the sort array.
    See Also