Definition Type: Attribute
Name: Span
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: excelss.xsd
Default 0
Form Qualified
Use Optional
Documentation:
Specifies the number of adjacent rows with the same formatting as the defined row.
Collapse XSD Schema Diagram:
XSD Diagram of Span in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute form="qualified" name="Span" type="xsd:nonNegativeInteger" use="optional" default="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the number of adjacent rows with the same formatting as the defined row.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>