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

参照

CommandNames タイプ