
The TableBaseCollection class is the base class for the table collection classes. It contains the generic enumeration features for all tables of a document or for the nested tables embedded in a single table. It implements the IEnumerable and the ICollection interfaces.
Introduced: 11.0.
public class TableBaseCollection: ICollection, IEnumerable
[C#]
public class TableBaseCollection: ICollection, IEnumerable
[Visual Basic]
Public Class TableBaseCollection
Implements ICollection
Implements IEnumerable
| Property | Description | |
| Count | Gets the number of tables contained in the collection. |
| Method | Description | |
| Clear | Removes all tables contained in the collection from a Text Control document. | |
| CopyTo | Copies the elements of the collection to an array, starting at a particular index. | |
| GetEnumerator | Returns an enumerator that can be used to iterate through the collection. | |
| GetItem | Gets a particular table from the collection. | |
| Remove | Removes a particular table from the collection. |