TableEditor.deleteSelection method
TableEditor › deleteSelection
Unofficial
Delete the current cell selection.Signature:
deleteSelection(cut: boolean): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| cut | boolean | Whether the deletion is part of a cut operation. |
Returns: void