Share via


Compatibility.AdjustLineHeightInTable Property

Add Document Grid Line Pitch To Lines in Table Cells.Represents the element tag in schema: w:adjustLineHeightInTable

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property AdjustLineHeightInTable As AdjustLineHeightInTable
    Get
    Set
'Usage
Dim instance As Compatibility
Dim value As AdjustLineHeightInTable

value = instance.AdjustLineHeightInTable

instance.AdjustLineHeightInTable = value
public AdjustLineHeightInTable AdjustLineHeightInTable { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable
Returns AdjustLineHeightInTable.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace