static public method TableExtensions.AddColumn

Brief

Adds a column with specified header (a text string) and width to the table and returns the TableColumnBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableColumnBuilder  AddColumn (this Gehtsoft.PDFFlow.Builder.TableBuilder table, string headerText, Gehtsoft.PDFFlow.Models.Shared.XUnit width)

Parameters
table

This TableBuilder.

headerText

The text of the column header.

width

The column width in points.

Declared in TableExtensions

back