PivotTable.PrintDrillIndicators Property

Excel Developer Reference

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

Version Information
 Version Added:  Excel 2007

Syntax

expression.PrintDrillIndicators

expression   A variable that represents a PivotTable object.

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 PrintDrillIndicators property has no effect. Drill indicators are not printed when they are not displayed in the PivotTable.

See Also