Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnGrouping Method
GroupingEventArgs object that contains the event data


In This Topic
OnGrouping Method
In This Topic
Raises the Grouping event.
Syntax
'Declaration
 
Protected Overridable Sub OnGrouping( _
   ByVal e As GroupingEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As GroupingEventArgs
 
instance.OnGrouping(e)

Parameters

e
GroupingEventArgs object that contains the event data
See Also