CGXGridParam::SetRemoveColsFlags

void SetRemoveColsFlags(WORD wFlags);

wFlags

  • Specifies the type of undo information needed when removing columns:

  • GX_RMUNDO_CELLSTYLES: cell contents

  • GX_RMUNDO_BASESTYLES: column base styles

FALSE: no undo information needed

Remarks

Specifies the type of undo information needed when removing columns. You can choose between none, column base styles and cell contents.

If you are using the grid virtually and you remove columns, there is normally no useful undo information. You should then call SetRemoveColsFlags(FALSE);

See Also

 CGXGridParam::GetRemoveColsFlags

CGXGridParam

 Class Overview |  Class Members