XlSummaryRow 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 location of the summary rows in the outline.
public enum class XlSummaryRow
public enum XlSummaryRow
Public Enum XlSummaryRow
- Inheritance
-
XlSummaryRow
Fields
Name | Value | Description |
---|---|---|
xlSummaryAbove | 0 | The summary row will be positioned above the detail rows in the outline. |
xlSummaryBelow | 1 | The summary row will be positioned below the detail rows in the outline. |