PivotTable.PrintDrillIndicators Property

Specifies whether or not drill indicators are printed with the PivotTable. Read/write.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property PrintDrillIndicators As Boolean
    Get
    Set
'Usage
Dim instance As PivotTable
Dim value As Boolean

value = instance.PrintDrillIndicators

instance.PrintDrillIndicators = value
bool PrintDrillIndicators { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

Returns True if drill indicators are printed with the PivotTable and returns False if drill indicators are not printed with the PivotTable.

When the ShowDrillIndicators property is set to False, the ShowDrillIndicators property has no effect. Drill indicators are not printed when they are not displayed in the PivotTable.

See Also

Reference

PivotTable Interface

PivotTable Members

Microsoft.Office.Interop.Excel Namespace