C1.WPF.FlexGrid Namespace : ClipboardCopyMode Enumeration |
'Declaration Public Enum ClipboardCopyMode Inherits System.Enum
public enum ClipboardCopyMode : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.WPF.FlexGrid.ClipboardCopyMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2