[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IOutline.SummaryRow

SummaryRow Property

SummaryRow

Gets or sets the location of the summary rows in the outline.

Use this property to determine whether summary rows are displayed above or below the detail rows for grouped data in the worksheet outline.

Declaration
SummaryRow SummaryRow { get; set; }
Property SummaryRow As SummaryRow
Examples
worksheet.Range["2:5"].Group();
IOutline outline = worksheet.Outline;
outline.SummaryRow = SummaryRow.Above;
SummaryRow summaryRow = outline.SummaryRow;