var instance = new GC.Spread.Sheets.Designer.Designer(host, config, spread, spreadOptions); var value; // Type: any value = instance.unbind(type, fn);
パラメータ
- type
- イベントタイプ
- fn
- 連結を解除する関数を指定します。
var instance = new GC.Spread.Sheets.Designer.Designer(host, config, spread, spreadOptions); var value; // Type: any value = instance.unbind(type, fn);
designer.bind(GC.Spread.Sheets.Designer.Events.FileLoaded, function(event,data){ console.log("ファイルが読み込まれました") }); designer.unbind(GC.Spread.Sheets.Designer.Events.FileLoaded);