Class TableRowBuilder

TableRowBuilder class

Class represents builder for table row.

public class TableRowBuilder : TableBuilder

Methods

NameDescription
virtual AddCell()Add cell to table row.
override AddRow()Overriding AddRow.
AddTable()Add new table to document.
InsertPageAfter(int)Insert page after specified page.
InsertPageBefore(int)Insert page before specified page.

See Also