<< Return to Main Index

< Return to Class Index

CGXWrappedGrid::SetWGRowCount

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

nRows

Specifies the number of logical rows.

flags

Specifies the update technique. This value is passed either to InsertWGRows or RemoveWGRows.

Return Value

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

Remarks

Overridable method that inserts or removes rows by calling InsertWGRows or RemoveWGRows.

See SetWGColCount for detailed information and examples.

See Also

CGXWrappedGrid::SetWGColCount CGXWrappedGrid::InsertWGRows CGXWrappedGrid::RemoveWGRows

CGXWrappedGrid

Class Overview | Class Members