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

[ API set: ExcelApi 1.12 ]

Properties

selectedItems

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>

Remarks

[ API set: ExcelApi 1.12 ]