Object Model Reference : Classes : G : Grid : Properties : Grid.Type |
Property Type As cdrGridType
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.
The following VBA example creates a grid with intersecting lines.
Sub Test() |
ActiveDocument.Grid.Type = cdrGridLine |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.