static public method TableRowExtensions.AddCellToRow

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableRowBuilder  AddCellToRow (this Gehtsoft.PDFFlow.Builder.TableRowBuilder row, string text, int colSpan = 0, int rowSpan = 0, System.Action<Gehtsoft.PDFFlow.Builder.TableCellBuilder> cellConfigure = null)

Parameters
row

This TableRowBuilder.

text

The text for the cell.

colSpan

The column span.

rowSpan

The row span.

cellConfigure

A configuration action for the cell.

Declared in TableRowExtensions

back