OLEDBConnection.CalculatedMembers Property

Definition

Gets the CalculatedMembers collection for the specified connection.

public:
 property Microsoft::Office::Interop::Excel::CalculatedMembers ^ CalculatedMembers { Microsoft::Office::Interop::Excel::CalculatedMembers ^ get(); };
public Microsoft.Office.Interop.Excel.CalculatedMembers CalculatedMembers { get; }
Public ReadOnly Property CalculatedMembers As CalculatedMembers

Property Value

The CalculatedMembers collection for the specified connection.

Remarks

Read-only.

Use the CalculatedMembers property of the OLEDBConnection collection to share calculated members between multiple PivotTables and cube functions that use the same connection.

Applies to