static public method TableRowExtensions.AddCell

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableCellBuilder  AddCell (this Gehtsoft.PDFFlow.Builder.TableRowBuilder row)

Parameters
row

This TableRowBuilder.

Declared in TableRowExtensions

back