FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ClipboardCopyModeEnum Enumeration

In This Topic
    ClipboardCopyModeEnum Enumeration
    In This Topic
    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.FlexGrid.ClipboardCopyModeEnum

    See Also