[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ClipboardCopyMode

ClipboardCopyMode Enum

Defines constants that specify whether users can copy data from a C1FlexGrid control to the clipboard and whether column header values are included.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public enum ClipboardCopyMode

Fields

Name Description
ExcludeHeader

Users can copy the text values of selected cells to the Clipboard; row and column header values are not included.

IncludeAllHeaders

Users can copy the text values of selected cells to the Clipboard; row and column header values are included.

IncludeColumnHeaders

Users can copy the text values of selected cells to the Clipboard; column header values are included.

IncludeRowHeaders

Users can copy the text values of selected cells to the Clipboard; row header values are included.

None

Clipboard support is disabled.