Viewer.GridVisible property (Visio Viewer)
Gets or sets a value that indicates whether the page grid is visible in Microsoft Visio Viewer. Read/write.
Syntax
expression.GridVisible
expression An expression that returns a Viewer object.
Return value
Boolean
Remarks
You can display the grid only when the page is visible (that is, when the PageVisible property is set to True, its default setting).
Example
The following code shows how to display the grid in Visio Viewer.
vsoViewer.GridVisible = True
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.