CubeField.PivotFields 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.
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.