<< Return to Main Index

< Return to Class Index

CGXWrappedGrid::StoreInsertWGRows

virtual BOOL StoreInsertWGRows(ROWCOL nRow, ROWCOL nCount, BOOL bProcessed);

nRow

Row before which to insert.

nCount

Number of columns to insert.

bProcessed

Specifies if inserting rows 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 rows 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