PivotTable.RepeatAllLabels(XlPivotFieldRepeatLabels) Method

Definition

Sets whether to repeat item labels for all PivotFields in the specified PivotTable.

public:
 void RepeatAllLabels(Microsoft::Office::Interop::Excel::XlPivotFieldRepeatLabels Repeat);
public void RepeatAllLabels (Microsoft.Office.Interop.Excel.XlPivotFieldRepeatLabels Repeat);
Public Sub RepeatAllLabels (Repeat As XlPivotFieldRepeatLabels)

Parameters

Repeat
XlPivotFieldRepeatLabels

Specifies whether to repeat item labels for all PivotFields in the specified PivotTable.

Remarks

Using the RepeatAllLabels(XlPivotFieldRepeatLabels) method corresponds to the Repeat All Item Labels and Do Not Repeat Item Labels commands on the Report Layout drop-down list of the PivotTable Tools Design tab.

To specify whether to repeat item labels for a single PivotField, use the RepeatLabels property.

Applies to