PivotTable.ShowDrillIndicators Property
The ShowDrillIndicators property is used for toggling the display of drill indicators in the PivotTable. Read/write.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ShowDrillIndicators As Boolean
Get
Set
'Usage
Dim instance As PivotTable
Dim value As Boolean
value = instance.ShowDrillIndicators
instance.ShowDrillIndicators = value
bool ShowDrillIndicators { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
Returns True if drill indicators are displayed in the PivotTable and returns False if drill indicators are not displayed in the PivotTable.