static public method TableCellExtensions.AddTable

Brief

Nests a table in the table cell, configures the table and returns the TableBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  AddTable (this Gehtsoft.PDFFlow.Builder.TableCellBuilder cell, System.Action<Gehtsoft.PDFFlow.Builder.TableBuilder> config)

Parameters
cell

This TableCellBuilder.

config

A configuration action for the nested table.

Declared in TableCellExtensions

back