XlPivotLineType Enumeration

Specifies the type of the PivotLine.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlPivotLineType
'Usage
Dim instance As XlPivotLineType
public enum XlPivotLineType

Members

Member name Description
xlPivotLineRegular Regular PivotLine with pivot items.
xlPivotLineSubtotal Subtotal line.
xlPivotLineGrandTotal Grand Total line.
xlPivotLineBlank Blank line after each group.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace