Spread Windows Forms 12.0 Product Documentation
GroupingEventArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > GroupingEventArgs Class : GroupingEventArgs Constructor
Sorting information
Creates a new set of grouping event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal info() As SortInfo _
)
'Usage
 
Dim info() As SortInfo
 
Dim instance As New GroupingEventArgs(info)
public GroupingEventArgs( 
   SortInfo[] info
)

Parameters

info
Sorting information
See Also

Reference

GroupingEventArgs Class
GroupingEventArgs Members