Excel.PivotManualFilter interface
Configurable template for a manual filter to apply to a PivotField. The condition
defines what criteria need to be set in order for the filter to operate.
Remarks
Properties
selected |
A list of selected items to manually filter. These must be existing and valid items from the chosen field. |
Property Details
selectedItems
A list of selected items to manually filter. These must be existing and valid items from the chosen field.
selectedItems?: Array<string | PivotItem>;
Property Value
Array<string | Excel.PivotItem>