static public method TableExtensions.AddFooterRow

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableRowBuilder  AddFooterRow (this Gehtsoft.PDFFlow.Builder.TableBuilder table, System.Action<Gehtsoft.PDFFlow.Builder.TableRowBuilder> rowConfigure)

Parameters
table

This TableBuilder.

rowConfigure

A configuration action for the row.

Declared in TableExtensions

back