[]
Gets the IOutline object that represents the outline for the worksheet.
Use the returned outline object to access and configure worksheet outline settings for grouped rows and columns.
IOutline Outline { get; }
ReadOnly Property Outline As IOutline
IOutline outline = worksheet.Outline;
SummaryRow summaryRow = outline.SummaryRow;
outline.ShowLevels(1, 0);