Compatibility.LayoutTableRowsApart Property

Allow Table Rows to Wrap Inline Objects Independently.Represents the element tag in schema: w:layoutTableRowsApart

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

Syntax

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

value = instance.LayoutTableRowsApart

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart
Returns LayoutTableRowsApart.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace