Outline.AutomaticStyles Property (Excel)
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.
Worksheets("Sheet1").Outline.AutomaticStyles = True