static public method TableExtensions.AddColumnToTable

Brief

Adds a column with a specified header (a text string) to the table, allows specifying a bounded property and configuring the column, and returns the TableBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  AddColumnToTable (this Gehtsoft.PDFFlow.Builder.TableBuilder table, string headerText, string boundedProperty = null, System.Action<Gehtsoft.PDFFlow.Builder.TableColumnBuilder> columnConfigure = null)

Parameters
table

This TableBuilder.

headerText

The text of the column header.

boundedProperty

The name of the bounded property of the column.

columnConfigure

A configuration action for the column.

Declared in TableExtensions

back