int CBCGPGridCtrl::InsertGroupColumn | ( | int | nPos, |
int | nColumn, | ||
BOOL | bUpdateSelection = FALSE |
||
) |
Inserts a column into list of columns the grid items are grouped by.
Insert the column into internal list of columns the grid items are grouped by.
nPos | The zero-based index in the internal list of grouping columns. The column position specifies the grouping order. |
nColumn | The zero-based index of the column to be inserted. |
bUpdateSelection | Specifies whether the recent grid selection will be restored after changing the grid structure. |