CGXGridParam::m_bDirectCutPaste
BOOLm_bDirectCutPaste;
Remarks
TRUE if data should be moved within the grid with the MoveCells method and not using the clipboard. When cutting cells, cells will only be marked as cut and cleared only when the user executes a Paste command. If m_bDirectCutPaste is FALSE the conventional clipboard cut/paste will be used.
When used with the formula engine, the default setting is TRUE. Otherwise the default setting is FALSE.