[]
Removes the grouping for the specified column and moves the column to the specified location.
protected void RemoveGroup(int column, int toColumn)
Protected Sub RemoveGroup(column As Integer, toColumn As Integer)
| Type | Name | Description |
|---|---|---|
| int | column | Column to remove from grouping |
| int | toColumn | New location of the column |