[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.Outline

Outline Property

Outline

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.

Declaration
IOutline Outline { get; }
ReadOnly Property Outline As IOutline
Examples
IOutline outline = worksheet.Outline;
SummaryRow summaryRow = outline.SummaryRow;
outline.ShowLevels(1, 0);