XlPivotLineType Enum
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.
Specifies the type of the PivotLine.
public enum class XlPivotLineType
public enum XlPivotLineType
Public Enum XlPivotLineType
- Inheritance
-
XlPivotLineType
Fields
Name | Value | Description |
---|---|---|
xlPivotLineRegular | 0 | Regular PivotLine with pivot items. |
xlPivotLineSubtotal | 1 | Subtotal line. |
xlPivotLineGrandTotal | 2 | Grand Total line. |
xlPivotLineBlank | 3 | Blank line after each group. |