Version

TableCell Class Members

The following tables list the members exposed by TableCell.

Public Constructors
 NameDescription
Public ConstructorTableCell ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyCellsCollectionReturns the TableCellsCollection to which this instance belongs, or null if this cell does not currently belong to a collection.  
Public PropertyContentBlocksReturns a collection of ContentBlock-derived objects, such as paragraphs or tables, which comprise the block-level content for this table cell.  
Public PropertyDocumentReturns the Document with which this item is associated. (Inherited from Infragistics.Documents.Word.TableContent)
Public PropertyIndexReturns 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)
Public PropertyPropertiesReturns a TableCellProperties instance which defines the properties of this TableCell.  
Public PropertyRowReturns the TableRow with which this cell is associated, or null if this cell is currently not associated with a row.  
Public PropertyTableReturns the Table with which this cell is associated, or null if this cell is currently not associated with a table.  
Public Methods
 NameDescription
Public MethodSetTextAssigns a simple text value to the cell.  
See Also