Options.DisplayGridLines Property
True if Microsoft Word displays the document grid. This property is the equivalent of the Gridlines command on the View menu.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DisplayGridLines As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.DisplayGridLines
instance.DisplayGridLines = value
bool DisplayGridLines { get; set; }
Property Value
Type: System.Boolean
Remarks
This property affects only the document grid. For table gridlines, use the TableGridlines property.