FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / ClipboardCopyMode Property

In This Topic
    ClipboardCopyMode Property (C1FlexGrid)
    In This Topic
    Gets or sets what parts of the grid are copied to the clipboard when the AutoClipboard property is set to true.
    Syntax
    'Declaration
     
    
    Public Property ClipboardCopyMode As ClipboardCopyModeEnum
    public ClipboardCopyModeEnum ClipboardCopyMode {get; set;}
    See Also