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

参照

CommandNames タイプ