GrapeCity.Win.MultiRow Namespace : ClipboardCopyMode Enumeration |
Public Enum ClipboardCopyMode Inherits System.Enum
Dim instance As ClipboardCopyMode
public enum ClipboardCopyMode : System.Enum
Member | Description |
---|---|
Disable | Does not support cut, copy, or paste. |
EnableWithColumnHeaderText | Specifies the text values of selected cells can be copied to the Clipboard. Header text is included for ColumnHeaderCells that contain selected cells. |
EnableWithHeaderText | Specifies the text values of selected cells can be copied to the Clipboard. Header text is included for RowHeaderCells and ColumnHeaderCells that contain selected cells. |
EnableWithoutHeaderText | Specifies the default mode is EnableWithoutHeaderText, only copies selected cell's value. |
EnableWithRowHeaderText | Specifies the text values of selected cells can be copied to the Clipboard. Header text is included for RowHeaderCells that contain selected cells. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.MultiRow.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