The following tables list the members exposed by TableCellsCollection.
| 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 TableCell instance at the specified ordinal position within this collection. | 
![]()  | Row | Returns the TableRow to which this collection belongs. | 
![]()  | Table | Returns the Table with which this collection is associated. | 
| Name | Description | |
|---|---|---|
![]()  | Add | Overloaded. Adds a new TableCell to the associated table. | 
![]()  | 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 | Overloaded. Inserts a new TableCell into the associated table at the specified ordinal position. | 
![]()  | 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>) |