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