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