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