<< Return to Main Index

< Return to Class Index

CGXWrappedGrid::StoreInsertWGCols

virtual BOOL StoreInsertWGCols(ROWCOL nCol, ROWCOL nCount, BOOL bProcessed);

nCol

Column before which to insert.

nCount

Number of columns to insert.

bProcessed

Specifies if inserting columns has been processed in an overridden method. You should set this value to TRUE when you call the base-class version.

Return Value

TRUE if the command has been successfully executed; it is FALSE if inserting columns not supported.

Remarks

Overridable method which inserts columns into the internal data-structure.

You should override this method if you do maintain the data in your own classes.

Please note that if you do override this method, you should call the base-class version of this method, setting bProcessed to TRUE.

CGXWrappedGrid

Class Overview | Class Members