| ITableCollection Interface | 
Namespace: Spire.Doc.Interface
 Syntax
Syntax
 
The ITableCollection type exposes the following members.
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | Count | 
 Gets the number of items in collection.
(Inherited from
 ICollectionBase
.) | 
|   | Item | 
 Gets the
 
[!:Spire.Doc.ITable]
 
 at the specified index.
 | 
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Add | 
 Adds a table to end of text body.
 | 
|   | Contains | 
 Determines whether the
 
[!:Spire.Doc.ITableCollection]
 
 contains a specific value.
 | 
|   | GetEnumerator | 
 Returns an enumerator that iterates through a collection.
(Inherited from
 IEnumerable
.) | 
|   | IndexOf | 
 Determines the index of a specific item in the collection.
 | 
 See Also
See Also