title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Worksheet.Outline property (Excel) |
vbaxl10.chm175113 |
|
|
e53d8038-f20b-9d55-1ee0-c5f6b4a099d4 |
05/30/2019 |
medium |
Returns an Outline object that represents the outline for the specified worksheet. Read-only.
expression.Outline
expression A variable that represents a Worksheet object.
This example sets the outline on Sheet1 to use automatic styles.
Worksheets("Sheet1").Outline.AutomaticStyles = True
[!includeSupport and feedback]