PivotField.ParentField 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 a PivotField object that represents the PivotTable field that’s the group parent of the specified object. The field must be grouped and must have a parent field. Read-only.
public:
property Microsoft::Office::Interop::Excel::PivotField ^ ParentField { Microsoft::Office::Interop::Excel::PivotField ^ get(); };
public Microsoft.Office.Interop.Excel.PivotField ParentField { get; }
Public ReadOnly Property ParentField As PivotField
Property Value
Remarks
This property isn’t available for OLAP data sources.