Gets or sets a value indicating whether the sheet has outline symbols visible.
public bool DisplayOutline {get; set;}
'Declaration
Public Property DisplayOutline As Boolean
'Usage
Dim instance As WorksheetView
Dim value As Boolean
instance.DisplayOutline = value
value = instance.DisplayOutline
Property Value
true
if the sheet has outline symbols visible; otherwise,
false
.