SpreadJS 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 GcSpread.Sheets.FormulaTextBox(host);
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 type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.