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