class TableRowExtensions

Parents

object

Brief

The class for building table rows.

Static Public Methods

AddCell

Adds a cell with specified text, column and row span to the table row, allows configuring the cell and returns the TableCellBuilder.

AddCell

Adds a cell to the table row, configures the cell and returns the TableCellBuilder.

AddCell

Adds a cell with default settings to the table row and returns the TableCellBuilder.

AddCellToRow

Adds a cell with specified text, column and row spans to the table row, allows configuring the cell and returns the TableRowBuilder.

AddCellToRow

Adds a cell to the table row, configures the cell and returns the TableRowBuilder.

AddCellToRow

Adds a cell with default settings to the table row and returns the TableRowBuilder.

AddCellToRow

Adds a cell to the table row and returns the TableRowBuilder.

back