PivotTable.PrintDrillIndicators
PivotTable.PrintDrillIndicators
PivotTable.PrintDrillIndicators
Property
Definition
Specifies whether or not drill indicators are printed with the PivotTable. Read/write.
public:
property bool PrintDrillIndicators { bool get(); void set(bool value); };
public bool PrintDrillIndicators { get; set; }
Public Property PrintDrillIndicators As Boolean
Property Value
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.