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>
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins