Edit

Share via


CubeField.PivotFields Property

Definition

Returns the PivotFields collection. This collection contains all PivotTable fields, including those that aren’t currently visible on-screen.

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

Property Value

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.

Applies to