FormatCondition.ScopeType Property

Excel Developer Reference

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.

Version Information
 Version Added:  Excel 2007

Syntax

expression.ScopeType

expression   A variable that represents a FormatCondition object.

Remarks

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

See Also