Previous Document Next Document

Object Model Reference : Classes : G : Grid : Properties : Grid.Visible


Grid.Visible

Property Visible As Boolean

Description

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.

VBA example

The following VBA example hides the grid.

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.