Worksheet.Outline Property

Excel Developer Reference

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.

Visual Basic for Applications
  Worksheets("Sheet1").Outline.AutomaticStyles = True

See Also