GridControl::SetColPosition
Description
Moves a given column to a new position.
Syntax
BOOL SetColPosition( int nCol, int nPos )
Parameters
- nCol
- [input] column index, 0-offset
- nPos
- [input] new position, 0-offset
Return
false if nCol or nPos is invalid, otherwise true
Examples
See examples of AddCol
Remark
See Also
header to Included
GridControl.h