Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ParagraphFormat Class / DisableLineHeightGrid Property

In This Topic
    DisableLineHeightGrid Property
    In This Topic
    Gets or sets whether the current paragraph should use the document grid lines per page settings defined in the document when laying out the contents in the paragraph. This setting determines whether the additional line pitch specified in the document grid shall be added to each line in this paragraph as specified by the document grid.
    Syntax
    'Declaration
     
    Public Property DisableLineHeightGrid As System.Boolean
    public System.bool DisableLineHeightGrid {get; set;}
    See Also