TableRow Members
In This Article
#Properties
Name | Description |
---|---|
Break |
Specifies whether the table row can break across pages. |
Cells | Provides access to a collection of cells within the current row. |
First |
Gets the first cell in a row. |
Grid |
Gets the number of columns which shall be left after the last cell of this table row. |
Grid |
Gets the number of columns which must be skipped before the first cell. |
Height | Gets or sets the height of the current row. |
Height |
Gets or sets the type of a rule used to determine the height of a cell. |
Index | Gets the zero-based index of the row in a table. |
Is |
Indicates whether the current row is the first row in a table. |
Is |
Indicates whether the current row is the last row in a table. |
Item[Int32] | Gets a cell at the specified column in the current row. |
Last |
Gets the last cell in a row. |
Nesting |
Gets the nesting level of the table containing a current row. |
Next | Gets the next row in a table. |
Previous | Gets the previous row in a table. |
Range | Gets the document range occupied by the current row. |
Repeat |
Gets or sets whether to repeat a row as header at the top of each page. |
Table | Provides access to the parent table. |
Table |
Gets or sets the alignment of a particular row in a table. |
See Also