OLEDBConnection.CalculatedMembers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.