VerticalRuler Property

VerticalRuler 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 sixteen divisions per page unit.

PlotWindow.VerticalRuler.RulerDivisions = 16

Example 3

This script displays all the methods and properties in the PlotWindow object.

Used by: PlotWindow object