Condividi tramite


TableCell.VerticalMerge Property

Vertical Merge.Represents the attribte in schema: vMerge

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

Syntax

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

value = instance.VerticalMerge

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

TableCell Class

TableCell Members

DocumentFormat.OpenXml.Drawing Namespace