PivotItemList 接口

定义

指定数据透视表中所有 PivotItem 对象的集合。 每个 PivotItem 代表数据透视表字段中的一个项。

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

注解

RowItems使用 对象的 或 ColumnItems 属性PivotCell可返回 PivotItemList 集合。

返回 PivotItemList 集合后,可以使用 Item(Object) 方法标识特定的 PivotItem 列表。

属性

_Default[Object]

仅供内部使用。

Application

返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。 此为只读属性。

Count

返回集合中对象的数目。 只读 Integer

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。 如果该对象是在 Microsoft Excel 中创建的,则此属性返回字符串 XCEL,它等同于十六进制的数字 5843454C。 只读 XlCreator

Parent

返回指定对象的父对象。 只读。

方法

GetEnumerator()

指定数据透视表中所有 PivotItem 对象的集合。 每个 PivotItem 代表数据透视表字段中的一个项。

Item(Object)

从集合中返回一个对象。

适用于