DisplayOutline Property
Applies To
Window object.
Description
True if outline symbols are displayed. Read/write Boolean.
Remarks
This property applies only to worksheets and macro sheets.
See Also
ApplyOutlineStyles method, AutoOutline method, ClearOutline method, Group method, Outline object, OutlineLevel property, ShowDetail property, Ungroup method (Range object).
Example
This example displays outline symbols for the active window in Book1.xls.
Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activate
ActiveWindow.DisplayOutline = True