IconSetCondition.ScopeType Property

Definition

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.

public:
 property Microsoft::Office::Interop::Excel::XlPivotConditionScope ScopeType { Microsoft::Office::Interop::Excel::XlPivotConditionScope get(); void set(Microsoft::Office::Interop::Excel::XlPivotConditionScope value); };
public Microsoft.Office.Interop.Excel.XlPivotConditionScope ScopeType { get; set; }
Public Property ScopeType As XlPivotConditionScope

Property Value

XlPivotConditionScope

Remarks

The default value is xlSelectionScope, which sets the scope using the AppliesTo property.

Applies to