UniqueValues.ScopeType 属性

定义

返回或设置条件格式应用于数据透视表时的范围。

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

属性值

XlPivotConditionScope

注解

默认值 xlSelectionScope为 ,它使用 AppliesTo 属性设置范围。

适用于