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