[]
Defines a builder to configurate TableColumn.
public class TableColumnBuilder : BaseBuilder<TableColumn, TableColumnBuilder>
| Name | Description |
|---|---|
| TableColumnBuilder(TableColumn) | Creates one TableColumnBuilder instance to configurate |
| Name | Description |
|---|---|
| Name(string) | Configurates Name. Sets the name of the table column. |
| TotalRowFunction(string) | Configurates TotalRowFunction. The function to show in the totals row cell for the column. |
| TotalRowLabel(string) | Configurates TotalRowLabel. The string to show in the totals row cell for the column. |