static public method TableExtensions.AddTableToSection

Brief

Adds a table to the section, allows configuring the table, and returns the SectionBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  AddTableToSection (this Gehtsoft.PDFFlow.Builder.SectionBuilder sectionBuilder, System.Action<Gehtsoft.PDFFlow.Builder.TableBuilder> tableConfigure = null)

Parameters
sectionBuilder

This SectionBuilder.

tableConfigure

A configuration action for the table.

Declared in TableExtensions

back