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.

Syntax

public class TableBaseCollection: ICollection, IEnumerable
Public Class TableBaseCollection
  Implements ICollection
  Implements IEnumerable

Introduced: 11.0.

Methods

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.

Properties

Property Description
Count Gets the number of tables contained in the collection.
IsSynchronized Returns true if the collection is designed to be thread safe, otherwise, it returns false.
SyncRoot Gets an object that can be used to synchronize access to the collection.