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