var value; // Type: CellsFormatUnhideRows value = GC.Spread.Sheets.Designer.CommandNames.CellsFormatUnhideRows;
var 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);