Version

TableCellsCollection Class Members

The following tables list the members exposed by TableCellsCollection.

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 TableCell instance at the specified ordinal position within this collection.  
Public PropertyRowReturns the TableRow to which this collection belongs.  
Public PropertyTableReturns the Table with which this collection is associated.  
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a new TableCell to the associated table.  
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 MethodInsertOverloaded. Inserts a new TableCell into the associated table at the specified ordinal position.  
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