Spread.Sheets Documentation
RowChanged type
GC.Spread.Sheets.Events Namespace : RowChanged type
Occurs when a change is made to a row or range of rows in this sheet that may require the row or range of rows to be repainted.
Example
//This example uses the RowChanged event.
activeSheet.bind(GC.Spread.Sheets.Events.RowChanged, function (e, info) {
        alert("Row (" + info.row + ")");
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.RowChanged

See Also

Reference

GC.Spread.Sheets.Events Namespace