Share via


Outline Object

Workbooks (Workbook)
Aa218929.parchild(en-us,office.10).gifWorksheets (Worksheet)
Aa218929.space(en-us,office.10).gifAa218929.parchild(en-us,office.10).gifOutline

Represents an outline on a worksheet.

Using the Outline Object

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