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