Skip to content

TableEditor.deleteSelection method

TableEditor › deleteSelection

Unofficial

Delete the current cell selection.

Signature:

deleteSelection(cut: boolean): void

Parameters:

ParameterTypeDescription
cutbooleanWhether the deletion is part of a cut operation.

Returns: void