Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / DisplayWhitespace Property


In This Topic
DisplayWhitespace Property
In This Topic
Gets or sets a value indicating whether page layout view shall display margins.
Syntax
'Declaration
 
Public Property DisplayWhitespace As Boolean
 
'Usage
 
Dim instance As WorksheetView
Dim value As Boolean
 
instance.DisplayWhitespace = value
 
value = instance.DisplayWhitespace

Property Value

true if page layout view shall display margins; otherwise, false.
See Also