PivotField.FilterByValue

PivotField.FilterByValue method

Filters by values of data pivot field.

public PivotFilter FilterByValue(int valueFieldIndex, PivotFilterType type, double value1, 
    double value2)
ParameterTypeDescription
valueFieldIndexInt32The index of value field in the value region.
typePivotFilterTypeThe type of filtering data.
value1DoubleThe value of filter condition
value2DoubleThe upper-bound value of between filter condition

See Also