<< Return to Main Index

< Return to Class Index

CGXRegularGrid::SetLogRowCount

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

nRows

Specifies the number of logical rows.

flags

Specifies the update technique.

Return Value

TRUE if the command has been successfully executed; it is FALSE if the command failed or if the user aborted the operation.

Remarks

Use this API to set the logical row count of the hierarchical regular grid.

It takes care of inserting the necessary additional rows for children, for headers, etc.

See Also

CGXRegularGrid::GetLogRowCount

CGXRegularGrid

Class Overview | Class Members