Compatibility.AlignTablesRowByRow Property

Align Table Rows Independently.Represents the element tag in schema: w:alignTablesRowByRow

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

Syntax

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

value = instance.AlignTablesRowByRow

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow
Returns AlignTablesRowByRow.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace