_ParagraphFormat.DisableLineHeightGrid Property

True if Microsoft Word aligns characters in the specified paragraphs to the line grid when a set number of lines per page is specified.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property DisableLineHeightGrid As Integer
    Get
    Set
'Usage
Dim instance As _ParagraphFormat
Dim value As Integer

value = instance.DisableLineHeightGrid

instance.DisableLineHeightGrid = value
int DisableLineHeightGrid { get; set; }

Property Value

Type: System.Int32

Remarks

This property returns wdUndefined if it's set to True for only some of the specified paragraphs.

See Also

Reference

_ParagraphFormat Interface

_ParagraphFormat Members

Microsoft.Office.Interop.Word Namespace