var instance; // Type: Events instance.RowChanged = function(sheet, sheetName, row, sheetArea, propertyName) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- row
- The row index.
- sheetArea
- The sheetArea of the row.
- propertyName
- The name of the row's property that has changed.