CalculatedItems 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对象的集合 PivotItem ,这些对象表示指定数据透视表中的所有计算项。
public interface class CalculatedItems : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024421-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface CalculatedItems : System.Collections.IEnumerable
Public Interface CalculatedItems
Implements IEnumerable
- 属性
- 实现
注解
例如,包含 1 月、2 月和 3 月项的数据透视表可能有一个名为“FirstQuarter”的计算项,该项定义为 1 月、2 月和 3 月的金额之和。
CalculatedItems()使用 方法可返回 CalculatedItems 集合。
使用 CalculatedItems (index
) (其中index
是字段的名称或索引号)从 CalculatedItems 集合返回单个 PivotItem 对象。
属性
_Default[Object] |
仅供内部使用。 |
Application |
返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。 |
Count |
返回集合中对象的数目。 |
Creator |
返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。 |
Parent |
返回指定对象的父对象。 |
方法
_Add(String, String) |
仅供内部使用。 |
Add(String, String, Object) |
新建计算项。 返回 对象 PivotItem 。 |
GetEnumerator() |
对象的集合 PivotItem ,这些对象表示指定数据透视表中的所有计算项。 |
Item(Object) |
从集合中返回一个对象。 |