Object Model Reference : Classes : G : Grid : Properties : 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 is displayed in the drawing window.
The following VBA example hides the grid.
Sub Test() |
ActiveDocument.Grid.Visible = False |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.