ConditionValueA: Variant;
The ConditionValueA property determines the first value that is used in data filtering.
The property is relevant if:
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 second value used for data filtering, use IPivotFilterSettings.ConditionValueB.
The property use is given in the example for IPivotFilterSettings.ConditionType.
See also: