Definition Type: Attribute
Name: ExpandedRowCount
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: excelss.xsd
Form Qualified
Use Optional
Documentation:
Specifies the total number of rows in a table. If included in an XML document, this attribute must have a value that is equal to the actual number of rows in the table for the document to be valid.
Collapse XSD Schema Diagram:
XSD Diagram of ExpandedRowCount in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute form="qualified" name="ExpandedRowCount" type="xsd:nonNegativeInteger" use="optional">
    <xsd:annotation>
        <xsd:documentation>Specifies the total number of rows in a table. If included in an XML document, this attribute must have a value that is equal to the actual number of rows in the table for the document to be valid.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>