Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / GroupDataModel Class / Sort Method
Sort information


In This Topic
    Sort Method (GroupDataModel)
    In This Topic
    Sorts the rows (after the Grouped event) according to the specified sorting information.
    Syntax
    'Declaration
     
    
    Public Sub Sort( _
       ByVal sortInfo() As SortInfo _
    ) 
    'Usage
     
    
    Dim instance As GroupDataModel
    Dim sortInfo() As SortInfo
     
    instance.Sort(sortInfo)
    public void Sort( 
       SortInfo[] sortInfo
    )

    Parameters

    sortInfo
    Sort information
    See Also