ITableCollection Interface |
Namespace: Spire.Doc.Interface
The ITableCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of items in collection.
(Inherited from
ICollectionBase
.)
|
![]() |
Item |
Gets the
[!:Spire.Doc.ITable]
at the specified index.
|
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.
|