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

参照

CommandNames タイプ