var instance; // Type: Events instance.ValueChanged = function(sheet, sheetName, row, col, oldValue, newValue) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- row
- The row index of the cell.
- col
- The column index of the cell.
- oldValue
- The old value of the cell.
- newValue
- The new value of the cell.