Sdílet prostřednictvím


TableCell.HorizontalMerge Property

Horizontal Merge.Represents the attribte in schema: hMerge

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

Syntax

'Declaration
<SchemaAttrAttribute(, "hMerge")> _
Public Property HorizontalMerge As BooleanValue
    Get
    Set
'Usage
Dim instance As TableCell
Dim value As BooleanValue

value = instance.HorizontalMerge

instance.HorizontalMerge = value
[SchemaAttrAttribute(, "hMerge")]
public BooleanValue HorizontalMerge { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

TableCell Class

TableCell Members

DocumentFormat.OpenXml.Drawing Namespace