Spread Windows Forms 12.0 Product Documentation
Group Method (IGroupSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IGroupSupport Interface : Group Method
Sort information
Comparer for the group
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)
void Group( 
   SortInfo[] sortInfo,
   IComparer groupComparer
)

Parameters

sortInfo
Sort information
groupComparer
Comparer for the group
See Also

Reference

IGroupSupport Interface
IGroupSupport Members