PivotItem.ParentItem Property

Definition

Returns a PivotItem object that represents the parent PivotTable item in the parent PivotField object (the field must be grouped so that it has a parent). Read-only.

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

Property Value

Remarks

This property isn’t available for OLAP data sources.

Applies to