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

参照

CommandNames タイプ