GridControl::SetCols

 

Description

Sets the number of columns

Syntax

void SetCols( int nCols, bool bKeepFixedCols = true )

Parameters

nCols
[input] the number of columns
bKeepFixedCols
[input] if true it will keep the number of fixed columns unnchanged and only change the number of scrollable columns

Return

Examples

See examples of GetCols

Remark

See Also

GridControl::GetCols
GridControl::SetupRowsCols

Header to Included

GridControl.h