BCGControlBar Pro for MFC
virtual void CBCGPGridCtrl::ExportRangeToText ( CString &  strText,
const CBCGPGridRange range,
DWORD  dwFlags 
)
virtual

Exports the specified range to text.

Call this function to export the specified range of grid items to text. This function can be used for cut/copy/paste operations.

dwFlags can be one of the following enumerated ExportTextFormat values:

  • Format_CSV - comma separated values
  • Format_TabSV - tab separated values
Parameters
strTextOutput text.
rangeSpecifies the range of grid items.
dwFlagsFormatting flags.