Skip to content

Latest commit

 

History

History
41 lines (18 loc) · 664 Bytes

3934e907-1792-6ff3-6529-dd1dd45ce221.md

File metadata and controls

41 lines (18 loc) · 664 Bytes

Window.DisplayOutline Property (Excel)

True if outline symbols are displayed. Read/write Boolean .

Syntax

expression . DisplayOutline

expression A variable that represents a Window object.

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 

See also

Concepts

Window Object

Other resources

Window Object Members