UseCondition: Boolean;
The UseCondition property determines whether data filtering by condition is used in table.
Available values:
True. Data filtering by condition is used.
False. Default value. Data filtering by condition is not used.
To use the property, it is required that the IPivotFilterSettings.Enabled property is set to True.
The property use is given in the example for IPivotFilterSettings.ConditionType.
See also: