Spread Windows Forms 12.0 Product Documentation
Sort Method (GroupDataModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > GroupDataModel Class : Sort Method
Sort information
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

Reference

GroupDataModel Class
GroupDataModel Members