static public method TableRowExtensions.AddCellToRow

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableRowBuilder  AddCellToRow (this Gehtsoft.PDFFlow.Builder.TableRowBuilder row, Gehtsoft.PDFFlow.Builder.TableCellBuilder cell)

Parameters
row

This TableRowBuilder.

cell

An instance of TableCellBuilder.

Declared in TableRowExtensions

back