var instance = new GC.Spread.Sheets.FormulaTextBox.FormulaTextBox(host, options); var value; // Type: any value = instance.unbind(type, fn);
Parameters
- type
- The event type.
- fn
- Specifies the function for which to remove the binding.
var instance = new GC.Spread.Sheets.FormulaTextBox.FormulaTextBox(host, options); var value; // Type: any value = instance.unbind(type, fn);