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)

Usage

Public Class ivotFormulasImplementation
    Implements PivotFormulas
End Class
Dim ivotFormulasImplementation1 As New ivotFormulasImplementation()

Syntax

Public Interface PivotFormulas
public interface PivotFormulas
public interface class PivotFormulas
public interface PivotFormulas
public interface PivotFormulas

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

PivotFormulas Members