CalculatedMembers Interface

A collection of all the CalculatedMember objects on the specified PivotTable.

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

Syntax

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

Remarks

Each CalculatedMember object represents a calculated member or calculated measure.

Use the CalculatedMembers property of the PivotTable object to return a CalculatedMembers collection.

See Also

Reference

CalculatedMembers Members

Microsoft.Office.Interop.Excel Namespace