PivotItem.ParentShowDetail Property
True if the specified item is showing because one of its parents is showing detail. False if the specified item isn’t showing because one of its parents is hiding detail. This property is available only if the item is grouped. Read-only Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property ParentShowDetail As Boolean
Get
'Usage
Dim instance As PivotItem
Dim value As Boolean
value = instance.ParentShowDetail
bool ParentShowDetail { get; }
Property Value
Type: System.Boolean
Remarks
This property isn’t available for OLAP data sources.