Gets the number of scrollable columns.
int GetNumCols( )
the number of scrollable columns
Example codes can be pasted to doExample() function in GridControl's examples to run
out_int("scrollable column number:",m_GridCtrl.GetNumCols());
GridControl.h