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


In This Topic
DisplayRuler Property
In This Topic
Gets or sets a value indicating whether to show the ruler in Page Layout View.
Syntax
'Declaration
 
Public Property DisplayRuler As Boolean
 
'Usage
 
Dim instance As WorksheetView
Dim value As Boolean
 
instance.DisplayRuler = value
 
value = instance.DisplayRuler

Property Value

true if the ruler is shown in Page Layout View; otherwise, false.
See Also