[]
Represents a filter applied to a PivotTable field.
public interface IPivotFilter
Public Interface IPivotFilter
| Name | Description |
|---|---|
| DataField | Gets the value field to which this filter is applied. |
| FilterType | Gets the type of the filter, specified by the PivotFilterType enumeration. |
| PivotField | Gets the PivotField to which this filter is applied. |
| Value1 | Sets or gets the first value used in the filter criteria. |
| Value2 | Sets or gets the second value used in the filter criteria. |
| WholeDayFilter | Sets or gets the filtering semantics for date filters. |