Pivot > Pivot Assembly Interfaces > IPivotFilterSources
Assembly: Pivot;
Namespace: Prognoz.Platform.Interop.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. |
![]() |
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: