Document.GridOriginFromMargin property (Word)
True if Microsoft Word starts the character grid from the upper-left corner of the page. Read/write Boolean.
Syntax
expression. GridOriginFromMargin
expression A variable that represents a Document object.
Example
This example sets Microsoft Word to start the character grid for the active document from the upper-left corner of the page.
ActiveDocument.GridOriginFromMargin = True
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.