XlPivotConditionScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration specifies the conditional formatting applied for filtering values from the PivotTable object.
public enum class XlPivotConditionScope
public enum XlPivotConditionScope
Public Enum XlPivotConditionScope
- Inheritance
-
XlPivotConditionScope
Fields
Name | Value | Description |
---|---|---|
xlSelectionScope | 0 | Based on the specified selection criteria. |
xlFieldsScope | 1 | Based on the specified fields. |
xlDataFieldScope | 2 | Based on the data in the specified fields. |