WordBasic Examples: DrawSnapToGrid |
Q109633
This article contains an example that demonstrates the use of the following WordBasic statement:
DrawSnapToGridThis article supplements the information in online Help. To open this Help topic, choose Contents from the Help menu and then choose the "Programming with Microsoft Word" topic.
DrawSnapToGrid .SnapToGrid = number [, .XGrid = number or text]
[, .YGrid = number or text] [, .XOrigin = number or text] [, .YOrigin= number or text]
Sub MAIN
DrawSnapToGrid .SnapToGrid = 1, .XGrid = "1 in", .YGrid = "1 in",\
.XOrigin = "1 in", .YOrigin = "1 in"
End Sub
Additional query words: 6.0 winword word6 7.0 word95 word7
Keywords : kbmacroexample
Issue type :
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |