CubeField.PivotFields Property
Returns the PivotFields collection. This collection contains all PivotTable fields, including those that aren’t currently visible on-screen.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property PivotFields As PivotFields
Get
'Usage
Dim instance As CubeField
Dim value As PivotFields
value = instance.PivotFields
PivotFields PivotFields { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.PivotFields
Remarks
For Online Analytical Processing (OLAP) data sources, there are no hidden fields, and the object or collection that’s returned reflects what’s currently visible.