Spread.Sheets Documentation
RangeChanged type
GC.Spread.Sheets.Events Namespace : RangeChanged type
Occurs when the cell range has changed.
Example
//This example returns the sheet name and action when changing the cell range in Microsoft Internet Explorer.
 activeSheet.bind(GC.Spread.Sheets.Events.RangeChanged, function (sender, args) {
  console.log(args.sheetName, args.action);
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.RangeChanged

See Also

Reference

GC.Spread.Sheets.Events Namespace