var instance; // Type: Events instance.RangeFiltered = function(sheet, sheetName, col, filterValues, conditionInfo) { };
RangeFiltered = function ( sheet : Worksheet, sheetName : string, col : number, filterValues : Array, conditionInfo : Object ) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- col
- The index of the column that was automatically filtered.
- filterValues
- The values by which the column was filtered.
- conditionInfo
- The condition rule info which the column was filtered.