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