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

参照

CommandNames タイプ