Class Row
Row class
Represents a row of the table.
public sealed class Row : ICloneable
Constructors
| Name | Description |
|---|
| Row() | The default constructor. |
Properties
| Name | Description |
|---|
| BackgroundColor { get; set; } | Gets or sets the background color. |
| Border { get; set; } | Gets or sets the border. |
| Cells { get; set; } | Gets the cells of the row. |
| DefaultCellBorder { get; set; } | Gets default cell border; |
| DefaultCellPadding { get; set; } | Gets or sets default margin for row cells |
| DefaultCellTextState { get; set; } | Gets or sets default text state for row cells |
| FixedRowHeight { get; set; } | Gets fixed row height - row may have fixed height; |
| IsInNewPage { get; set; } | Gets fixed row is in new page - page with this property should be printed to next page Default false; |
| IsRowBroken { get; set; } | Gets is row can be broken between two pages |
| MinRowHeight { get; set; } | Gets height for row; |
| VerticalAlignment { get; set; } | Gets or sets the vertical alignment. |
Methods
| Name | Description |
|---|
| Clone() | Clone the row. |
See Also