Sets the number of rows, columns, fixed rows and fixed columns.
bool SetupRowsCols( int nFixedRows = 1, int nFixedCols = 0, int nRows = -1, int nCols = 1 )
false if one of nFixedRows, nFixedCols or nCols is less than 0, otherwise true
see examples of GridControl
GridControl.h