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