Encapsulates the properties of a table row. Syntax
Public Properties Public Methods
Public Methods
Public Properties
Returns or sets a boolean value indicating whether the associated row can span across multiple pages. Syntax Remarks In the case where this property is not explicitly set, rows are allowed to span multiple pages. This property can be explicitly set to false to ensure that the associated row is not displayed on mor...
Returns or sets a value which determines the number of logical grid units that are left after the last cell in this row is displayed. Syntax Remarks By default, the last cell of the row is displayed in the last logical grid position. This property can be used to omit one or more cells from the end of the row.
Returns or sets a value which determines the number of logical grid units that are skipped before the first cell in this row is displayed. Syntax Remarks By default, the first cell of the row is displayed in the first logical grid position. This property can be used to offset the beginning of the row; this can be ...
Returns or sets a value which determines the amount of spacing applied between adjacent cells and the table borders. Syntax
Returns a new instance which is associated with the specified WordDocumentWriter. Syntax Parameters writer The associated WordDocumentWriter instance. Return Value A new TableRowProperties instance.
Returns or sets the height of the associated row. Syntax Remarks The unit of measure is determined by the value of the Unit property. When a value is explicitly assigned to the Height property, but not to the HeightRule property, the HeightRule resolves to Exact. When the HeightRule property is set to Auto, the va...