static public method TableRowExtensions.AddCellToRow

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableRowBuilder  AddCellToRow (this Gehtsoft.PDFFlow.Builder.TableRowBuilder row, System.Action<Gehtsoft.PDFFlow.Builder.TableCellBuilder> cellConfigure)

Parameters
row

This TableRowBuilder.

cellConfigure

A configuration action for the cell.

Declared in TableRowExtensions

back