The following tables list the members exposed by TableContentsCollection.
Name | Description | |
---|---|---|
Count | Returns the number of elements in this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>) | |
Document | Returns the Document with which this collection is associated. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>) | |
Item | Returns the object at the specified ordinal position within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>) |
Name | Description | |
---|---|---|
Add | Adds the specified item to this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>) | |
Clear | Removes all elements from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>) | |
Contains | Returns a boolean value indicating whether the specified item is contained within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>) | |
IndexOf | Returns the index of the specified item within this collection, or -1 if the item is not a member of this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>) | |
Insert | Inserts the specified item into this collection at the specified index (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>) | |
Remove | Removes the specified item from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>) | |
RemoveAt | Removes the item at the specified ordinal position within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>) | |
ToString | Returns the string representation of this object. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>) |