'Declaration Public Event GroupAggregate As GroupTextEventHandler
public event GroupTextEventHandler GroupAggregate
Event Data
The event handler receives an argument of type GroupTextEventArgs containing data related to this event. The following GroupTextEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Col | Column that is being grouped. |
EndRowIndex | Last row index that is being grouped. |
GroupText | Value that the data is being grouped on. |
RowType | Type of row being grouped. |
StartRowIndex | First row index that is being grouped. |
Text | Custom text for the grouped row. |
See Also