Outline Property

Applies To

Worksheet Object.

Description

Accessor. Returns an Outline object that represents the outline for the specified worksheet.

Example

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


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