Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / Copy Method
Whether the columns header text is included in copied string.
Whether the rows header text is included in copied string.

In This Topic
    Copy Method
    In This Topic
    Copy the current selection to the clipboard.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Copy( _
       Optional ByVal includeColumnHeaders As Boolean, _
       Optional ByVal includeRowHeaders As Boolean _
    ) 
    public virtual void Copy( 
       bool includeColumnHeaders,
       bool includeRowHeaders
    )

    Parameters

    includeColumnHeaders
    Whether the columns header text is included in copied string.
    includeRowHeaders
    Whether the rows header text is included in copied string.
    See Also