BOOL CBCGPGridCtrl::DeleteColumn | ( | int | nPos | ) |
Deletes a column from the grid control.
Call this function to delete a column located at the specified position from the grid control. Please note that this method doesn't remove the grid cells.
nPos | Specifies position of the column to be deleted. |