[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ClipboardCopyModeEnum

ClipboardCopyModeEnum Enum

Specifies what parts of the grid should be copied to the clipboard when the AutoClipboard property is set to true.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public enum ClipboardCopyModeEnum

Fields

Name Description
DataAndAllHeaders

Copy the selected data and include row and column headers.

DataAndColumnHeaders

Copy the selected data and include the column headers.

DataAndRowHeaders

Copy the selected data and include the row headers.

DataOnly

Only the selected data is copied.

Disabled

Do not copy any data to the clipboard.