Syntax

expression.Outline

expression A variable that represents a Worksheet object.

Example

This example sets the outline on Sheet1 to use automatic styles.

Visual Basic for Applications
Worksheets("Sheet1").Outline.AutomaticStyles = True
Examine the properties of the outline on a worksheet? outline outline property Return outline object?

See also: