Document.GridOriginHorizontal Property
Word Developer Reference |
Returns or sets a Single that represents the point, relative to the left edge of the page, where you want the invisible grid for drawing, moving, and resizing AutoShapes or East Asian characters to begin in the specified document. Read/write.
Syntax
expression.GridOriginHorizontal
expression A variable that represents a Document object.
Example
This example sets the horizontal and vertical point of origin for the grid, sets the horizontal and vertical distance between gridlines, and then enables the Snap to grid feature for the current document.
Visual Basic for Applications |
---|
|
See Also