Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
True if Microsoft Word displays the document grid. This property is the equivalent of the Gridlines command on the View menu. Read/write Boolean.
Syntax
expression. DisplayGridLines
expression A variable that represents a 'Options' object.
Remarks
This property affects only the document grid. For table gridlines, use the TableGridlines property.
Example
This example switches between displaying and hiding the document grid in the active window.
Options.DisplayGridLines = Not Options.DisplayGridLines
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.