Namespace TallComponents.PDF.Layout.Paragraphs
Class Row
A row is part of a table. A row consists of a list of cells.
Syntax
public class Row : Bordered
Constructors
Properties
CellCollection Cells
Get all cells in this row.
Boolean DoNotBreak
Get or set if the row may break across pages.
Double MinHeight
Get or set the minimum height of this row.