Share via


Outline Object (Excel)

Represents an outline on a worksheet.

Example

Use the Outline property to return an Outline object. The following example sets the outline on Sheet4 so that only the first outline level is shown.

Worksheets("sheet4").Outline.ShowLevels 1

See Also

Concepts

Excel Object Model Reference

Outline Object Members