Definition Type: Attribute
Name: MergeAcross
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 to merge with the current cell. The cells to merge will be to the right of the current cell unless the worksheet is set to display left-to-right.
Collapse XSD Schema Diagram:
XSD Diagram of MergeAcross in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute form="qualified" name="MergeAcross" type="xsd:long" use="optional" default="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the number of adjacent cells to merge with the current cell. The cells to merge will be to the right of the current cell unless the worksheet is set to display left-to-right.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>