static public method TableExtensions.AddFooterRowToTable

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  AddFooterRowToTable (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