Spread.Sheets Documentation
unbind Method
The event type.
Specifies the function for which to remove the binding.
Removes the binding of an event.
Syntax
var instance = new GC.Spread.Sheets.FormulaTextBox.FormulaTextBox(host, options);
var value; // Type: any
value = instance.unbind(type, fn);
function unbind( 
   type : string,
   fn : Function
) : any;

Parameters

type
The event type.
fn
Specifies the function for which to remove the binding.
See Also

Reference

FormulaTextBox class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.