VerticalRuler Property

The VerticalRuler property returns the vertical AutoRuler 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 sixteen divisions per page unit.

PlotWindow.VerticalRuler.RulerDivisions = 16

 

Used by: AutoPlotWindow object