SpreadJS製品ヘルプ
PivotTableAutoFitColumn フィールド
GC.Spread.Sheets.Designer 名前空間 > CommandNames タイプ : PivotTableAutoFitColumn フィールド
コマンド名PivotTableAutoFitColumnを取得します。
シンタックス
var value; // Type: PivotTableAutoFitColumn
value = GC.Spread.Sheets.Designer.CommandNames.PivotTableAutoFitColumn;
var PivotTableAutoFitColumn : PivotTableAutoFitColumn;
使用例
// 次のサンプルコードは、コマンド名でPivotTableAutoFitColumnを取得します。
var command = GC.Spread.Sheets.Designer.getCommand(GC.Spread.Sheets.Designer.CommandNames.PivotTableAutoFitColumn);
関連トピック

参照

CommandNames タイプ