Defines a property that uses options for vertical merging of table cells.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
val | vMergeType | optional | Specifies whether this cell is part of (or the beginning of) a vertically merged region. |
|
<xsd:complexType name="vMergeProperty" >
<xsd:attribute name="val" type="vMergeType" default="continue">
</xsd:attribute>
</xsd:complexType>