Definition Type: Attribute
Name: MergeDown
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: long:http://www.w3.org/2001/XMLSchema
Containing Schema: excelss.xsd
Default 0
Form Qualified
Use Optional
Documentation:
Specifies the number of adjacent cells below the current cell that are to be merged with the current cell.
Collapse XSD Schema Diagram:
XSD Diagram of MergeDown in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute form="qualified" name="MergeDown" type="xsd:long" use="optional" default="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the number of adjacent cells below the current cell that are to be merged with the current cell.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>