FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / PasteAsync Method
When it is true, the changes will be committed automatically.

In This Topic
    PasteAsync Method
    In This Topic
    Pastes the content of the clipboard to the grid.
    Syntax
    'Declaration
     
    Public Overridable Function PasteAsync( _
       Optional ByVal commitChanges As Boolean _
    ) As Task
    public virtual Task PasteAsync( 
       bool commitChanges
    )

    Parameters

    commitChanges
    When it is true, the changes will be committed automatically.
    See Also