SpreadJS製品ヘルプ
InsertBarCode フィールド
GC.Spread.Sheets.Designer 名前空間 > CommandNames タイプ : 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);
関連トピック

参照

CommandNames タイプ