XlPivotFieldRepeatLabels Enumeration
Specifies whether to repeat all field item labels in a PivotTable report.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlPivotFieldRepeatLabels
'Usage
Dim instance As XlPivotFieldRepeatLabels
public enum XlPivotFieldRepeatLabels
Members
Member name | Description | |
---|---|---|
xlDoNotRepeatLabels | Do not repeat item labels. | |
xlRepeatLabels | Repeat all item labels. |