BOOL CBCGPGridCtrl::RemoveGroupColumn | ( | int | nPos, |
BOOL | bUpdateSelection = FALSE |
||
) |
Removes the column from the list of grouping columns.
Use this function to remove the column from the internal list of grouping columns.
nPos | The zero-based index in the internal list of grouping columns specifies the column to remove. |
bUpdateSelection | Specifies whether the recent grid selection will be restored after changing the grid structure. |