PivotTable.PivotFormulas Property

Definition

Returns a PivotFormulas object that represents the collection of formulas for the specified PivotTable report. Read-only.

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

Property Value

Remarks

For OLAP data sources, this property returns an empty collection.

Applies to