Removes the table cell at the current text input position or all selected table cells when a text selection exists.
Introduced: 17.0.
public bool Remove();
Public Function Remove() As Boolean
The return value is true, if table cells could be removed. Otherwise it is false.