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