ShowGrid Property

The ShowGrid property shows or hides the drawing grid. Returns a Boolean.

Syntax

object.ShowGrid

object.ShowGrid = Show

 

Parameter Type Description
Show Boolean required, true to show the drawing grid

 

Example 1

This example demonstrates how to return if the drawing grid is visible.

Debug.Print PlotWindow.ShowGrid

Example 2

This example demonstrates how to display the drawing grid.

PlotWindow.ShowGrid = True

 

Used by: AutoPlotWindow object