static public method TableExtensions.AddColumnPercent

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableColumnBuilder  AddColumnPercent (this Gehtsoft.PDFFlow.Builder.TableBuilder table, string headerText, System.Single percent)

Parameters
table

This TableBuilder.

headerText

The text of the column header.

percent

The column width in percent.

Declared in TableExtensions

back