2.2.6.17.35 GridControl::GetNumCols
Contents
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
Header to Included
GridControl.h