Share via


Outline.AutomaticStyles Property

Excel Developer Reference

True if the outline uses automatic styles. Read/write Boolean.

Syntax

expression.AutomaticStyles

expression   A variable that represents an Outline object.

Example

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

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

See Also