PivotField.CalculatedItems Method
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.
Returns a CalculatedItems collection that represents all the calculated items in the specified PivotTable report. Read-only.
public:
Microsoft::Office::Interop::Excel::CalculatedItems ^ CalculatedItems();
public Microsoft.Office.Interop.Excel.CalculatedItems CalculatedItems ();
Public Function CalculatedItems () As CalculatedItems
Returns
Remarks
For OLAP data sources, this method returns a zero-length collection.