BCGControlBar Pro for MFC
virtual BOOL CBCGPGridCtrl::Cut ( DWORD  dwFlags = (DWORD)-1)
virtual

Cuts selected items and places them to the Clipboard.

dwFlags can be one of the following enumerated items:

  • Format_CSV - comma separated values
  • Format_TabSV - tab separated values
  • Format_Html - HTML format

If dwFlags is -1, then a grid control uses combination of Format_TabSV and Format_Html flags.

Parameters
dwFlagsFormatting flags.