CGXGridCore::SetRowCount

virtual BOOL SetRowCount(ROWCOL nRows, UINT flags = GX_UPDATENOW);

nRows

Specifies the new number of rows.

flags

Specifies the update technique. This value is passed either to InsertRows or RemoveRows.

Return Value

TRUE if the command was successful; FALSE if it failed.

Remarks

Overridable method that inserts or removes rows by calling either InsertRows or RemoveRows.

See SetColCount for detailed information and examples.

See Also

 CGXGridCore::SetColCount  CGXGridCore::InsertRows  CGXGridCore::RemoveRows  CGXGridCore::ClearCells

CGXGridCore

 Class Overview |  Class Members