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