Paragraphs.DisableLineHeightGrid 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.
Determines if Microsoft Word aligns characters in the specified paragraphs to the line grid when a set number of lines per page is specified.
public:
property int DisableLineHeightGrid { int get(); void set(int value); };
public int DisableLineHeightGrid { get; set; }
member this.DisableLineHeightGrid : int with get, set
Public Property DisableLineHeightGrid As Integer
Property Value
Remarks
This property returns True if Word aligns characters in the specified paragraphs to the line grid when a set number of lines per page is specified, and False if not. Set the property value to True or False to enable or disable the functionality.
Returns wdUndefined if the DisableLineHeightGrid property is set to True for only some of the specified paragraphs.