Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.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)

Parameters

sortInfo
Sort information
See Also