The Table
public class TableBaseCollection: ICollection, IEnumerable
Public Class TableBaseCollection
Implements ICollection
Implements IEnumerable
Introduced: 11.0.
Method | Description |
---|---|
Clear | Removes all tables contained in the collection from a Text Control document. |
Copy |
Copies the elements of the collection to an array, starting at a particular index. |
Get |
Returns an enumerator that can be used to iterate through the collection. |
Get |
Gets a particular table from the collection. |
Remove | Removes a particular table from the collection. |
Property | Description |
---|---|
Count | Gets the number of tables contained in the collection. |
Is |
Returns true if the collection is designed to be thread safe, otherwise, it returns false. |
Sync |
Gets an object that can be used to synchronize access to the collection. |