TableEditor.pasteSelection method
TableEditor › pasteSelection
Unofficial
Paste clipboard content into the current cell selection.Signature:
pasteSelection(event: ClipboardEvent): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| event | ClipboardEvent | The clipboard event. |
Returns: void