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 whether or not the drawing grid is visible.
Debug.Print PlotWindow.ShowGrid
Example 2
This example demonstrates how to display the drawing grid in a plot window.
PlotWindow.ShowGrid = True
Used by: PlotWindow object