Top10.ScopeType Property

Returns or sets 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 Top10
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.

See Also

Reference

Top10 Interface

Top10 Members

Microsoft.Office.Interop.Excel Namespace