Compatibility.DoNotVerticallyAlignCellWithShape Property

Don't Vertically Align Cells Containing Floating Objects.Represents the element tag in schema: w:doNotVertAlignCellWithSp

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

Syntax

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

value = instance.DoNotVerticallyAlignCellWithShape

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape
Returns DoNotVerticallyAlignCellWithShape.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace