static public method TableExtensions.AddHeaderRow

Brief

Adds a header row to the table, allows configuring the row, and returns the TableRowBuilder.

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

Parameters
table

This TableBuilder.

rowConfigure

A configuration action for the row.

Declared in TableExtensions

back