XlPivotConditionScope Enumeration
This enumeration specifies the conditional formatting applied for filtering values from the PivotTable object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlPivotConditionScope
'Usage
Dim instance As XlPivotConditionScope
public enum XlPivotConditionScope
Members
Member name | Description | |
---|---|---|
xlSelectionScope | Based on the specified selection criteria. | |
xlFieldsScope | Based on the specified fields. | |
xlDataFieldScope | Based on the data in the specified fields. |