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