PivotField.ParentField Property

Definition

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.

Applies to