Represents a row of the table.
| Name | Type | Description | Notes |
|---|---|---|---|
| backgroundColor | Color | Gets or sets the background color. | [optional] |
| border | BorderInfo | Gets or sets the border. | [optional] |
| cells | List<Cell> | Sets the cells of the row. | |
| defaultCellBorder | BorderInfo | Gets default cell border; | [optional] |
| minRowHeight | Double | Gets height for row; | [optional] |
| fixedRowHeight | Double | Gets fixed row height - row may have fixed height; | [optional] |
| isInNewPage | Boolean | Gets fixed row is in new page - page with this property should be printed to next page Default false; | [optional] |
| isRowBroken | Boolean | Gets is row can be broken between two pages | [optional] |
| defaultCellTextState | TextState | Gets or sets default text state for row cells | [optional] |
| defaultCellPadding | MarginInfo | Gets or sets default margin for row cells | [optional] |
| verticalAlignment | VerticalAlignment | Gets or sets the vertical alignment. | [optional] |