<< Return to Main Index

< Return to Class Index

CGXGridParam::SetRemoveRowsFlags

void SetRemoveRowsFlags(WORD wFlags);

wFlags

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

CGXGridParam

Class Overview | Class Members