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