Definition Type: Attribute
Name: ExpandedColumnCount
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 columns in a table. If included in an XML document, this attribute must have a value that is equal to the actual number of columns in the table for the document to be valid.
Collapse XSD Schema Diagram:
XSD Diagram of ExpandedColumnCount in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute form="qualified" name="ExpandedColumnCount" type="xsd:nonNegativeInteger" use="optional">
    <xsd:annotation>
        <xsd:documentation>Specifies the total number of columns in a table. If included in an XML document, this attribute must have a value that is equal to the actual number of columns in the table for the document to be valid.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>