C1.Blazor.Grid Assembly / C1.Blazor.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
 

Parameters

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