Options.SnapToGrid property (Word)
True if AutoShapes or East Asian characters are automatically aligned with an invisible grid when they are drawn, moved, or resized. Read/write Boolean.
Syntax
expression. SnapToGrid
expression A variable that represents an Options object.
Remarks
You can temporarily override this setting by pressing ALT while drawing, moving, or resizing an AutoShape.
Example
This example sets Word so that AutoShapes are automatically aligned with the invisible grid in a new document.
Options.SnapToGrid = True
Documents.Add
This example returns the status of the Snap to grid option in the Snap to Grid dialog box.
Temp = Options.SnapToGrid
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.