Gets or sets a value indicating whether to show the ruler in Page Layout View.
public bool DisplayRuler {get; set;}
'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
.