Worksheet.Outline Property (Excel)

Returns an Outline object that represents the outline for the specified worksheet. Read-only.

Syntax

expression .Outline

expression A variable that represents a Worksheet object.

Example

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

Worksheets("Sheet1").Outline.AutomaticStyles = True

See Also

Concepts

Worksheet Object

Worksheet Object Members