2.2.6.17.35 GridControl::GetNumCols


Description

Gets the number of scrollable columns.

Syntax

int GetNumCols( )

Parameters

Return

the number of scrollable columns

Examples

Example codes can be pasted to doExample() function in GridControl's examples to run

	out_int("scrollable column number:",m_GridCtrl.GetNumCols());

Remark

See Also

GridControl::GetNumRows
GridControl::GetCols
GridControl::GetColOffset

Header to Included

GridControl.h