ConditionValueB: Variant;
The ConditionValueB property determines the second value that is used in data filtering.
To use the property, it is required that:
The IPivotFilterSettings.Enabled property is set to True.
The IPivotFilterSettings.UseCondition property is set to True.
The IPivotFilterSettings.ConditionType property takes any value from the PivotFilterType enumeration.
To determine the first value used for data filtering, use IPivotFilterSettings.ConditionValueA.
The property use is given in the example for IPivotFilterSettings.ConditionType.
See also: