Object Model Reference : Classes : G : Grid : Properties : Grid.Snap |
Property Snap As Boolean
Member of Grid
The Snap property returns True if the Snap To Grid feature is enabled, False otherwise.
The following VBA example enables snapping to a grid.
Sub Test() |
ActiveDocument.Grid.Snap = True |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.