var returnValue; // Type: any returnValue = GC.Spread.Sheets.Tables.TableColumn(id, dataField, name, formatter, cellType, value);
パラメータ
- id
- テーブル列のID。
- dataField
- テーブル列のデータフィールド。
- name
- テーブル列の名前。
- formatter
- テーブル列のフォーマッタ。
- cellType
- テーブル列のcellType。
- value
- テーブル列の値を変換する関数。