True if outline symbols are displayed. Read/write Boolean.
Remarks
This property applies only to worksheets and macro sheets.
Example
This example displays outline symbols for the active window in Book1.xls.
Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activate
ActiveWindow.DisplayOutline = True