Spread.Sheets Documentation
bind Method
The event type.
Optional. Specifies additional data to pass along to the function.
Specifies the function to run when the event occurs.
Binds an event.
Syntax
var instance = new GC.Spread.Sheets.FormulaTextBox.FormulaTextBox(host, options);
var value; // Type: any
value = instance.bind(type, data, fn);
function bind( 
   type : string,
   data : Object,
   fn : Function
) : any;

Parameters

type
The event type.
data
Optional. Specifies additional data to pass along to the function.
fn
Specifies the function to run when the event occurs.
See Also

Reference

FormulaTextBox class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.