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

参照

CommandNames タイプ