title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Window.DisplayOutline property (Excel) |
vbaxl10.chm356086 |
|
|
3934e907-1792-6ff3-6529-dd1dd45ce221 |
05/21/2019 |
medium |
True if outline symbols are displayed. Read/write Boolean.
expression.DisplayOutline
expression A variable that represents a Window object.
This property applies only to worksheets and macro sheets.
This example displays outline symbols for the active window in Book1.xls.
Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activate
ActiveWindow.DisplayOutline = True
[!includeSupport and feedback]