'Declaration Public Event GroupInterval As GroupIntervalEventHandler
public event GroupIntervalEventHandler GroupInterval
Event Data
The event handler receives an argument of type GroupIntervalEventArgs containing data related to this event. The following GroupIntervalEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Col | Column that is being grouped. |
Row | Row index that is being grouped. |
Value | Underlying value of the row being grouped. |
See Also