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

参照

CommandNames タイプ