ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / ClipboardCopyMode Enumeration

In This Topic
    ClipboardCopyMode Enumeration
    In This Topic
    Defines constants that specify whether users can copy data from a C1FlexGrid control to the clipboard and whether column header values are included.
    Syntax
    'Declaration
     
    
    Public Enum ClipboardCopyMode 
       Inherits System.Enum
    public enum ClipboardCopyMode : System.Enum 
    Members
    MemberDescription
    ExcludeHeaderUsers can copy the text values of selected cells to the Clipboard; row and column header values are not included.
    IncludeAllHeadersUsers can copy the text values of selected cells to the Clipboard; row and column header values are included.
    IncludeColumnHeadersUsers can copy the text values of selected cells to the Clipboard; column header values are included.
    IncludeRowHeadersUsers can copy the text values of selected cells to the Clipboard; row header values are included.
    NoneClipboard support is disabled.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.FlexGrid.ClipboardCopyMode

    See Also