static public method TableExtensions.AddHeaderRowToTable

Brief

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

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