static public method TableExtensions.AddColumn

Brief

Adds a column with a specified header (an array of text strings) to the table, allows specifying a bounded property and configuring the column, and returns the TableColumnBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableColumnBuilder  AddColumn (this Gehtsoft.PDFFlow.Builder.TableBuilder table, System.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