PivotFilters 接口

定义

对象 PivotFilters 是 对象的集合 PivotFilter

public interface class PivotFilters : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024484-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface PivotFilters : System.Collections.IEnumerable
Public Interface PivotFilters
Implements IEnumerable
属性
实现

注解

集合 PivotFilters 包含用于添加新筛选器、计算集合中现有筛选器数以及引用特定 PivotFilter 对象的属性和方法。

属性

_Default[Object]

对象 PivotFilters 是 对象的集合 PivotFilter

Application

在没有对象限定符的情况下使用时,此属性返回一个 _Application 表示 Microsoft Office Excel 应用程序的 对象。 如果与对象识别符一起使用,则此属性返回代表指定对象的创建者的 Application 对象。 此为只读属性。

Count

返回 PivotFilters 集合中的项目数。 此为只读属性。

Creator

返回一个 32 位 Integer ,指示创建此对象时所使用的应用程序。 此为只读属性。

Item[Object]

根据 PivotFilters 集合对象特定元素在集合中的位置返回该特定元素。 此为只读属性。

Parent

返回指定 PivotFilters 对象的父级。 此为只读属性。

方法

Add(XlPivotFilterType, Object, Object, Object, Object, Object, Object, Object)

此对象、成员或枚举已被弃用并且不适合在您的代码中使用。

Add2(XlPivotFilterType, Object, Object, Object, Object, Object, Object, Object, Object)

将新筛选添加到 PivotFilters 集合。

GetEnumerator()

对象 PivotFilters 是 对象的集合 PivotFilter

适用于