Version

TableContentsCollection Class Members

The following tables list the members exposed by TableContentsCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of elements in this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public PropertyDocumentReturns the Document with which this collection is associated. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public PropertyItemReturns the object at the specified ordinal position within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public Methods
 NameDescription
Public MethodAddAdds the specified item to this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public MethodClearRemoves all elements from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public MethodContainsReturns a boolean value indicating whether the specified item is contained within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public MethodIndexOfReturns 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>)
Public MethodInsertInserts the specified item into this collection at the specified index (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public MethodRemoveRemoves the specified item from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public MethodRemoveAtRemoves the item at the specified ordinal position within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public MethodToStringReturns the string representation of this object. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
See Also