ComponentOne FlexGrid for WinForms
ClipboardCopyModeEnum Enumeration

C1.Win.C1FlexGrid Namespace : ClipboardCopyModeEnum Enumeration
Specifies what parts of the grid should be copied to the clipboard when the C1FlexGridBase.AutoClipboard property is set to true.
Syntax
'Declaration
 
Public Enum ClipboardCopyModeEnum 
   Inherits System.Enum
public enum ClipboardCopyModeEnum : System.Enum 
Members
MemberDescription
DataAndAllHeadersCopy the selected data and include row and column headers.
DataAndColumnHeadersCopy the selected data and include the column headers.
DataAndRowHeadersCopy the selected data and include the row headers.
DataOnlyOnly the selected data is copied.
DisabledDo not copy any data to the clipboard.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.ClipboardCopyModeEnum

See Also

Reference

C1.Win.C1FlexGrid Namespace