Window.DisplayOutline Property
Excel Developer Reference |
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.
Visual Basic for Applications |
---|
|
See Also