Assembly: Pivot;
The IPivotFilterSources interface contains properties and methods that are used to work with the filters collection.
IPivotFilterSources
To get filter properties, use the IPivotFilterSource interface.
Property name | Brief description | |
Count | The Count property returns the number of filters in the collection. | |
Enable | The Enable property determines whether filters can be applied. | |
Inverted | The Inverted property determines whether a filter is used in inverted mode. | |
Item | The Item property returns filter by index. |
Method name | Brief description | |
Add | The Add method adds a filter to the collection. | |
Clear | The Clear method deletes all filters from the collection. | |
Move | The Move method moves filter in the collection by index. | |
Remove | The Remove method removes filter from the collection by index. |
See also: