The CreateGraticule method creates a graticule. Returns a Graticule object.
Syntax
object.CreateGraticule
Example
This example creates a graticule and assigns the graticule object to the variable " Grat."
Set Grat = Plot.CreateGraticule
Used by: PlotDocument object