IPivotTable.RepeatAllLabels Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub RepeatAllLabels ( _
Repeat As XlPivotFieldRepeatLabels _
)
'Usage
Dim instance As IPivotTable
Dim Repeat As XlPivotFieldRepeatLabels
instance.RepeatAllLabels(Repeat)
void RepeatAllLabels(
XlPivotFieldRepeatLabels Repeat
)