PivotTable.RepeatAllLabels(XlPivotFieldRepeatLabels) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.