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

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.