Outline Object [Excel 2003 VBA Language Reference]

Worksheet
Outline

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

Parent Objects | Worksheet Object

Child Objects

See Also | ApplyOutlineStyles Method | AutoOutline Method | ClearOutline Method | DisplayOutline Property | Group Method | OutlineLevel Property | ShowDetail Property