IPivotFilterSettings.ConditionValueB

Fore Syntax

ConditionValueB: Variant;

Fore.NET Syntax

ConditionValueB: object;

Description

The ConditionValueB property determines the second value that is used in data filtering.

Comments

To use the property, it is required that:

  1. The IPivotFilterSettings.Enabled property is set to True.

  2. The IPivotFilterSettings.UseCondition property is set to True.

  3. The IPivotFilterSettings.ConditionType property takes any value from the PivotFilterType enumeration.

To determine the first value used for data filtering, use IPivotFilterSettings.ConditionValueA.

Fore and Fore.NET Examples

The property use is given in the example for IPivotFilterSettings.ConditionType.

See also:

IPivotFilterSettings