CGXGridCore::ImplementTextDataExchange
void ImplementTextDataExchange();
Remarks
TextDataExchange: Implements support for reading and writing cells with text (CSV) format. Clipboard and OLE Drag and Drop operations use TextDataExchange when you specify the GX_DNDTEXT flag. Call CopyTextToFile or PasteTextFromBuffer to programmatically read and write cells with text format.
See Also
CGXGridCore::CopyTextToFile CGXGridCore::PasteTextFromBuffer