static public method TableCellExtensions.AddTableToCell

Brief

Nests a table in the table cell, configures the nested table, and returns the TableCellBuilder.

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