Expand Minimize
This topic has not yet been rated - Rate this topic

Document.GridOriginFromMargin Property

Office 2007
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.

Visual Basic for Applications
ActiveDocument.GridOriginFromMargin = True



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.