static public method TableExtensions.AddColumnToTable

Brief

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

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