Gets a value indicating whether table cells can be removed. Table cells can be removed, if either the current text input position is in a table, or if a part of a table is selected.

<void> TableCellCollection.getCanRemove(<RequestBooleanCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
callback Receives whether the cells can be removed.
errorCallback Optional. Is called when the operation failed with an error.