Add a row to the table.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public Row Add()
Visual Basic
Public Function Add As Row

Return Value

The row that has been added to the table.

Remarks

Instantiates a new row and adds the row to the table.

See Also