constructor(name: string, totalRowLabel?: string, totalRowFunction?: string, showFilterButton?: boolean): TableColumn
Initializes a new instance of the TableColumn class.
The name of the table column.
The string to show in the totals row cell for the column.
The function to show in the totals row cell for this column.
Indicating whether show the filter button for the table column. The default value of showFilterButton is true.
Indicating whether show the filter button for the table column.
As FlexSheet has not supported filter for table yet, this property is used for import/export operation only by now.
Represents a column within the Table.