PivotFilter.Active Property

Definition

Returns whether the specified PivotFilter is active. Read-only.

public:
 property bool Active { bool get(); };
public bool Active { get; }
Public ReadOnly Property Active As Boolean

Property Value

Boolean

Remarks

This property returns True when the PivotField of the filter is in the PivotTable and the filter is evaluated when the PivotTable is updated. It returns False when the PivotField of the filter is not in the PivotTable and has no effect on the PivotTable calculation.

Applies to