static public method TableExtensions.AddColumn
Adds a column with a specified header (a text string) to the table, allows specifying a bounded property and configuring the column, and returns the TableColumnBuilder
.
Declaration | ||||
|
Parameters | |
table |
This |
headerText |
The text of the column header. |
boundedProperty |
The name of the bounded property of the column. |
columnConfigure |
A configuration action for the column. |
Declared in TableExtensions