PivotFormulas 接口

定义

代表数据透视表的公式的集合。 每个公式由 对象 PivotFormula 表示。

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

注解

PivotFormulas使用 方法可返回 PivotFormulas 集合。

本对象及其相关属性和方法对于 OLAP 数据源无效,这是因为它不支持计算字段和计算项。

属性

_Default[Object]

仅供内部使用。

Application

返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。

Count

返回集合中对象的数目。

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。

Parent

返回指定对象的父对象。

方法

_Add(String)

仅供内部使用。

Add(String, Object)

新建数据透视表公式。 返回 对象 PivotFormula

GetEnumerator()

代表数据透视表的公式的集合。 每个公式由 对象 PivotFormula 表示。

Item(Object)

从集合中返回一个对象。

适用于