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