TableCellProperties.VerticalMerge Property
VerticalMerge.Represents the element tag in schema: w:vMerge
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property VerticalMerge As VerticalMerge
Get
Set
'Usage
Dim instance As TableCellProperties
Dim value As VerticalMerge
value = instance.VerticalMerge
instance.VerticalMerge = value
public VerticalMerge VerticalMerge { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.VerticalMerge