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