The following tables list the members exposed by TableCell.
Name | Description | |
---|---|---|
TableCell Constructor | Creates a new instance of the class. |
Name | Description | |
---|---|---|
CellsCollection | Returns the TableCellsCollection to which this instance belongs, or null if this cell does not currently belong to a collection. | |
ContentBlocks | Returns a collection of ContentBlock-derived objects, such as paragraphs or tables, which comprise the block-level content for this table cell. | |
Document | Returns the Document with which this item is associated. (Inherited from Infragistics.Documents.Word.TableContent) | |
Index | Returns the ordinal position of this item within the collection to which it belongs, or -1 if it does not belong to a collection. (Inherited from Infragistics.Documents.Word.TableContent) | |
Properties | Returns a TableCellProperties instance which defines the properties of this TableCell. | |
Row | Returns the TableRow with which this cell is associated, or null if this cell is currently not associated with a row. | |
Table | Returns the Table with which this cell is associated, or null if this cell is currently not associated with a table. |
Name | Description | |
---|---|---|
SetText | Assigns a simple text value to the cell. |