Outline Object

Description

An outline on a worksheet.

Accessors

The Outline property returns the outline for a worksheet. The following example sets the outline on the worksheet named "Sheet4" to show only the first outline level.


Worksheets("sheet4").Outline.ShowLevels 1

Use the following properties and methods to create and control outlines: ApplyOutlineStyles Method, AutoOutline Method, ClearOutline Method, DisplayOutline Property, Group Method, OutlineLevel Property, ShowDetail Property, Ungroup Method.

Properties

Application Property, AutomaticStyles Property, Creator Property, Parent Property, SummaryColumn Property, SummaryRow Property.

Methods

ShowLevels Method.