'Declaration
Public Property DisplayRuler As Boolean
'Usage
Dim instance As WorksheetView Dim value As Boolean instance.DisplayRuler = value value = instance.DisplayRuler
public bool DisplayRuler {get; set;}
Property Value
true
if the ruler is shown in Page Layout View; otherwise, false
.