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