var value; // Type: CellsFormatHideRows value = GC.Spread.Sheets.Designer.CommandNames.CellsFormatHideRows;
var CellsFormatHideRows : CellsFormatHideRows;
var value; // Type: CellsFormatHideRows value = GC.Spread.Sheets.Designer.CommandNames.CellsFormatHideRows;
var CellsFormatHideRows : CellsFormatHideRows;
// 次のサンプルコードは、コマンド名でCellsFormatHideRowsを取得します。 var command = GC.Spread.Sheets.Designer.getCommand(GC.Spread.Sheets.Designer.CommandNames.CellsFormatHideRows);