Previous Document Next Document

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


Grid.Type

Property Type As cdrGridType

Description

Member of Grid

The Type property returns or specifies whether the grid is visible as dots or as lines.

The Type property returns a value of cdrGridType.

VBA example

The following VBA example creates a grid with intersecting lines.

Sub Test()
 ActiveDocument.Grid.Type = cdrGridLine
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.