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