Removes the table at the current text input position. To remove a particular table with a certain identifier use the base class's implementation Table
public bool Remove();
Public Function Remove() As Boolean
The return value is true, if a table could be removed. Otherwise it is false.