CGXGridCore::ImplementDirectCopyMoveCells
void ImplementDirectCopyMoveCells();
Remarks
Implements support for direct copying, moving of cells within one grid (MoveCells and CopyCells API). You can enable DirectCopyMoveCells for clipboard and OLE Drag and Drop operations if you set m_bDirectCopyPaste, m_bDirectCutPaste and m_bDirectDragDrop equal to TRUE. For regular grids these parameters are set to FALSE as default. For formula grids these parameters are set to TRUE as default. Use the MoveCells and CopyCells API to programmatically perform a direct copy or move operation.
See Also
CGXGridCore::MoveCells CGXGridCore::CopyCells