PivotTable.PivotFormulas Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.