Previous Document Next Document
Grid.Visible

Property Visible As Boolean

Member of Grid

The Visible property shows or hides the grid. If the Visible property is True, the grid appears in the drawing window.

The following code example hides the grid:

Sub Test() 
 ActiveDocument.Grid.Visible = False 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.