2.2.6.17.7 GridControl::DeleteCol
Contents
Description
Removes one column.
Syntax
BOOL DeleteCol( int nCol = -1 )
Parameters
- nCol
- [input] 0-offset column index. If less than 0, it will remove the selected column
Return
false if nCol is invalid, otherwise true
Examples
See examples of AddCol
Remark
See Also
Header to Included
GridControl.h