[]
Represents a collection of all the pivot filters in the pivot field.
public interface IPivotFilters : IEnumerable<IPivotFilter>, IEnumerable
Public Interface IPivotFilters
Inherits IEnumerable(Of IPivotFilter), IEnumerable
Name | Description |
---|---|
Count | Gets the number of pivot filters in the collection. |
this[int] | Gets the pivot filter at the specified index. |
Name | Description |
---|---|
Add(PivotFilterType, object, object, PivotFilterOptions) | Adds a new filter to the PivotFilters collection. |