Options.DisplayGridLines 属性

定义

如此 如果 Microsoft Word 显示文档网格。 此属性等效于在视图菜单上的网格线命令。

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

属性值

注解

此属性只影响文档网格。 对于表网格线,请使用 TableGridlines 属性。

适用于