Removes the table at the current text input position. To remove a particular table with a certain identifier use the base class's implementation TableBaseCollection.Remove.

Remove()

public bool Remove();
Public Function Remove() As Boolean

Return Value

The return value is true, if a table could be removed. Otherwise it is false.