var instance; // Type: Events instance.RowHeightChanging = function(sheet, sheetName, rowList, header, cancel) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- rowList
- The list of rows whose heights are changing.
- header
- Whether the columns are column header columns.
- cancel
- A value that indicates whether the operation should be canceled.