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