Row

Row class

Represents a row of the table.

The Row type exposes the following members:

Constructors

NameDescription
Row()Initializes a new instance of the Row class

Properties

NameDescription
background_colorGets or sets the background color.
borderGets or sets the border.
cellsGets the cells of the row.
default_cell_borderGets default cell border;
min_row_heightGets height for row;
fixed_row_heightGets fixed row height - row may have fixed height;
is_in_new_pageGets fixed row is in new page - page with this property should be printed to next page Default false;
is_row_brokenGets is row can be broken between two pages
default_cell_text_stateGets or sets default text state for row cells
default_cell_paddingGets or sets default margin for row cells
vertical_alignmentGets or sets the vertical alignment.

Methods

NameDescription
clone()Clone the row.

See Also