var instance; // Type: Events instance.CellChanged = function(sheet, sheetName, row, col, sheetArea, propertyName) { };
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.
- sheetArea
- The sheetArea of the cell.
- propertyName
- The name of the cell's property that has changed.