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