[]
Specifies the position of the summary row in an outline.
When rows are grouped in a worksheet, a summary row is automatically created for each group. This enum controls whether the summary row is positioned above or below the detail rows in the outline.
public enum SummaryRow
Public Enum SummaryRow
worksheet.Outline.SummaryRow = SummaryRow.Above;
worksheet.Range["5:20"].Group();
| Name | Description |
|---|---|
| Above | Specifies that the summary row is positioned above the detail rows in the outline. |
| Below | Specifies that the summary row is positioned below the detail rows in the outline. |