Spread Windows Forms 12.0 Product Documentation
DisplayOutline Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : DisplayOutline Property
Gets or sets a value indicating whether the sheet has outline symbols visible.
Syntax
'Declaration
 
Property DisplayOutline As Boolean
'Usage
 
Dim instance As IWorksheetView
Dim value As Boolean
 
instance.DisplayOutline = value
 
value = instance.DisplayOutline
bool DisplayOutline {get; set;}

Property Value

true if the sheet has outline symbols visible; otherwise, false.
See Also

Reference

IWorksheetView Interface
IWorksheetView Members