[]
Represents a row of a RenderTable.
public class TableRow : TableVector, IComparable, IStyleOwner, IDocumentLocation
| Name | Description |
|---|---|
| Height | Gets or sets the height of the current row. |
| this[int] | Gets the TableCell at the specified column index. This property always returns a non-null TableCell object. |
| Owner | Gets the TableRowCollection containing the current row. |
| Stretch | Gets or sets the StretchRowEnum mode of the current row. |
| Name | Description |
|---|---|
| AssignFrom(TableVector) | Assigns (copies) properties from another TableVector to the current object. |