PivotTable.CalculatedFields Method
Returns a CalculatedFields collection that represents all the calculated fields in the specified PivotTable report. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function CalculatedFields As CalculatedFields
'Usage
Dim instance As PivotTable
Dim returnValue As CalculatedFields
returnValue = instance.CalculatedFields()
CalculatedFields CalculatedFields()
Return Value
Type: Microsoft.Office.Interop.Excel.CalculatedFields