Click or drag to resize

ITableCollection Interface

Represents a collection of [!:Spire.Doc.ITable] .

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public interface ITableCollection : IDocumentObjectCollection, 
	ICollectionBase, IEnumerable

The ITableCollection type exposes the following members.

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