static public method TableExtensions.AddColumnToTable
Adds a column with specified header (a text string) and width to the table and returns the TableBuilder
.
Declaration | ||||
|
Parameters | |
table |
This |
headerText |
The text of the column header. |
width |
The column width in points. |
Declared in TableExtensions