[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SummaryRow

SummaryRow Enum

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.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum SummaryRow
Public Enum SummaryRow
Examples
worksheet.Outline.SummaryRow = SummaryRow.Above;
worksheet.Range["5:20"].Group();

Fields

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.