PivotFormulas Interface

Represents the collection of formulas for a PivotTable report. Each formula is represented by a PivotFormula object.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<GuidAttribute("0002441F-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface PivotFormulas _
    Inherits IEnumerable
'Usage
Dim instance As PivotFormulas
[GuidAttribute("0002441F-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface PivotFormulas : IEnumerable

Remarks

Use the PivotFormulas method to return the PivotFormulas collection.

This object and its associated properties and methods aren’t available for OLAP data sources because calculated fields and items aren’t supported.

See Also

Reference

PivotFormulas Members

Microsoft.Office.Interop.Excel Namespace