Outline Object
Description
Represents an outline on a worksheet.
Using the Outline Object
Use the Outline property to return an Outline object. The following example sets the outline on Sheet4 so that only the first outline level is shown.
Worksheets("Sheet4").Outline.ShowLevels 1
Properties
Application property, AutomaticStyles property, Creator property, Parent property, SummaryColumn property, SummaryRow property.
Methods
ShowLevels method.
See Also
ApplyOutlineStyles method, AutoOutline method, ClearOutline method, DisplayOutline property, Group method, OutlineLevel property, ShowDetail property, Ungroup method (Range object).