var instance; // Type: Events instance.RangeFiltering = function(sheet, sheetName, col, filterValues, conditionInfo) { };
RangeFiltering = 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 to be automatically filtered.
- filterValues
- The values by which to filter the column.
- conditionInfo
- The condition rule info by which to filter the column.