IconSetCondition.ScopeType Property
Returns or sets one of the constants of the XlPivotConditionScope enumeration, which determines the scope of the conditional format when it is applied to a PivotTable chart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ScopeType As XlPivotConditionScope
Get
Set
'Usage
Dim instance As IconSetCondition
Dim value As XlPivotConditionScope
value = instance.ScopeType
instance.ScopeType = value
XlPivotConditionScope ScopeType { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlPivotConditionScope
XlPivotConditionScope
Remarks
The default value is xlSelectionScope, which sets the scope using the AppliesTo property.