Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 744 Bytes

Excel.Worksheet.Outline.md

File metadata and controls

36 lines (22 loc) · 744 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Worksheet.Outline property (Excel)
vbaxl10.chm175113
vbaxl10.chm175113
Excel.Worksheet.Outline
e53d8038-f20b-9d55-1ee0-c5f6b4a099d4
05/30/2019
medium

Worksheet.Outline property (Excel)

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.

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

[!includeSupport and feedback]