GridControl::InsertCol
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
- GridControl::AddCol
- GridControl::SetCols
header to Included
GridControl.h