static public method TableExtensions.AddRowToTable

Brief

Adds a row to the table, configures the row and returns the TableBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  AddRowToTable (this Gehtsoft.PDFFlow.Builder.TableBuilder table, System.Action<Gehtsoft.PDFFlow.Builder.TableRowBuilder> rowConfigure, Gehtsoft.PDFFlow.Models.Enumerations.TableRowType rowType = Content)

Parameters
table

This TableBuilder.

rowConfigure

A configuration action for the row.

rowType

The row type.

Declared in TableExtensions

back