constructor(name: string, totalRowLabel?: string, totalRowFunction?: string, showFilterButton?: boolean): TableColumn
TableColumnクラスの新しいインスタンスを初期化します。
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.
テーブル列に対してフィルタのボタンを表示するかどうかを示します。
FlexSheetはテーブルのフィルタをまだサポートしていないため、このプロパティはインポート/エクスポート操作にのみ使用されます。
Table内の列を表します。