Options.DisplayGridLines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.