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