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