The VerticalRuler property returns the vertical ruler object. Returns a Ruler object. This is a read-only property.
Syntax
object.VerticalRuler
Example 1
This example demonstrates how to return the number of horizontal grid divisions per page unit.
Debug.Print PlotWindow.VerticalRuler.GridDivisions
Example 2
This example demonstrates how to set the vertical ruler to 16 divisions per page unit.
PlotWindow.VerticalRuler.RulerDivisions = 16
Used by: PlotWindow object