<< Return to Main Index

< Return to Class Index

CGXRegularGrid::SetLogColCount

virtual BOOL SetLogColCount(ROWCOL nCols, UINT flags = GX_UPDATENOW);

nCols

Specifies the number of logical columns.

flags

Specifies the update technique.

Return Value

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

Remarks

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

It takes care of inserting the necessary additional columns for the expander column, etc.

See Also

CGXRegularGrid::GetLogColCount

CGXRegularGrid

Class Overview | Class Members