Options.DisplayGridLines Property

Definition

True if Microsoft Word displays the document grid. This property is the equivalent of the Gridlines command on the View menu.

public:
 property bool DisplayGridLines { bool get(); void set(bool value); };
public bool DisplayGridLines { get; set; }
member this.DisplayGridLines : bool with get, set
Public Property DisplayGridLines As Boolean

Property Value

Remarks

This property affects only the document grid. For table gridlines, use the TableGridlines property.

Applies to