var instance; // Type: Events instance.TableFiltered = function(sheet, sheetName, table, col, filterValues, conditionInfo) { };
TableFiltered = function ( sheet : Worksheet, sheetName : string, table : Table, col : number, filterValues : Array, conditionInfo : Object ) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- table
- The table column to be automatically filtered.
- col
- The index of the table 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.