Share via


Worksheet.Outline Property (Excel)

Returns an Outline object that represents the outline for the specified worksheet. Read-only.

Syntax

.Outline

A variable that represents a Worksheet object.

Example

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

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

참고 항목

개념

Worksheet Object

Worksheet Object Members