Enum ClipboardAction
Specifies the type of clipboard operation to perform.
Namespace: Syncfusion.Blazor.Spreadsheet
Assembly: Syncfusion.Blazor.Spreadsheet.dll
Syntax
public enum ClipboardAction
Remarks
Defines the available clipboard actions that can be used in clipboard operations.
Fields
| Name | Description |
|---|---|
| Copy | Copies the selected content to the clipboard without removing it. |
| Cut | Removes the selected content and places it in the clipboard. |