DocumentTableCollection class
DocumentTableCollection class
Represents a read-only collection of DocumentTable
objects of a particular DocumentTableSet
instance.
The DocumentTableCollection type exposes the following members:
Properties
Property | Description |
---|---|
count | Gets the total number of DocumentTable objects in the collection. |
Gets a DocumentTable
instance from the collection at the specified index.
Indexer
Name | Description |
---|---|
[index] | The zero-based index of the table to return. |
Methods
Method | Description |
---|---|
contains | Returns a value indicating whether this collection contains a table with the specified name. |
contains | Returns a value indicating whether this collection contains the specified table. |
index_of | Returns the index of a table with the specified name within this collection. |
index_of | Returns the index of the specified table within this collection. |
Remarks
The collection is filled automatically while loading the corresponding tables from a document and can not be modified.
However, properties of DocumentTable
objects contained within the collection can be modified.
See Also
- module
groupdocs.assembly.data
- class
DocumentTable
- class
DocumentTableSet