PivotFormulas Interface

Definition

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

public interface class PivotFormulas : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002441F-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface PivotFormulas : System.Collections.IEnumerable
Public Interface PivotFormulas
Implements IEnumerable
Attributes
Implements

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.

Properties

_Default[Object]

Reserved for internal use.

Application

Returns an Application object that represents the Microsoft Excel application.

Count

Returns the number of objects in the collection.

Creator

Returns a 32-bit integer that indicates the application in which this object was created.

Parent

Returns the parent object for the specified object.

Methods

_Add(String)

Reserved for internal use.

Add(String, Object)

Creates a new PivotTable formula. Returns a PivotFormula object.

GetEnumerator()
Item(Object)

Returns a single object from a collection.

Applies to