PivotTable.PivotFormulas 属性

定义

返回一个 PivotFormulas 对象,该对象代表指定 PivotTable 报表的公式集合。 此为只读属性。

public:
 property Microsoft::Office::Interop::Excel::PivotFormulas ^ PivotFormulas { Microsoft::Office::Interop::Excel::PivotFormulas ^ get(); };
public Microsoft.Office.Interop.Excel.PivotFormulas PivotFormulas { get; }
Public ReadOnly Property PivotFormulas As PivotFormulas

属性值

注解

对于 OLAP 数据源,该属性将返回一个空集合。

适用于