CGXGridParam::SetRemoveRowsFlags
void SetRemoveRowsFlags(WORD wFlags);
wFlags
-
Specifies the type of undo information needed when removing rows:
- GX_RMUNDO_CELLSTYLES: cell contents
- GX_RMUNDO_BASESTYLES: row base styles
FALSE: no undo information needed
Remarks
Specifies the type of undo information needed when removing rows. You can choose between none, row base styles and cell contents.
If you are using the grid virtually and you remove rows, there is normally no useful undo information. You should then call SetRemoveRowsFlags(FALSE);
See Also
CGXGridParam::GetRemoveRowsFlags