var instance = new GC.Spread.Sheets.Workbook(host); var value; // Type: any value = instance.bind(type, data, fn);
Parameters
- type
- The event type.
- data
- Specifies additional data to pass along to the function.
- fn
- Specifies the function to run when the event occurs.