Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IGroupSupport Interface / Group Method
Sort information
Comparer for the group


In This Topic
Group Method (IGroupSupport)
In This Topic
Groups the rows by the specified sort information.
Syntax
'Declaration
 
Sub Group( _
   ByVal sortInfo() As SortInfo, _
   ByVal groupComparer As IComparer _
) 
 
'Usage
 
Dim instance As IGroupSupport
Dim sortInfo() As SortInfo
Dim groupComparer As IComparer
 
instance.Group(sortInfo, groupComparer)

Parameters

sortInfo
Sort information
groupComparer
Comparer for the group
See Also