Excel.Interfaces.FilterData interface
An interface describing the data returned by calling filter.toJSON()
.
Properties
criteria | The currently applied filter on the given column. |
Property Details
criteria
The currently applied filter on the given column.
criteria?: Excel.FilterCriteria;