2.2.6.17.91 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