PivotItem.ParentItem 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 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.