Version

TableRow Class Members

The following tables list the members exposed by TableRow.

Public Constructors
 NameDescription
Public ConstructorTableRow ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyCellsReturns a collection of TableCell instances which comprise the cells in this row.  
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 TableRowProperties instance which defines the properties of this TableRow.  
Public PropertyRowsCollectionReturns the TableRowsCollection to which this instance belongs.  
Public PropertyTableReturns the Table to which this row belongs, or null if this row is currently not associated with any table.  
See Also