Definition Type: Attribute
Name: Width
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: excelss.xsd
ContentType Restriction
Form Qualified
Use Optional
Documentation:
Specifies the width of a column in points. This value must be greater than or equal to zero.
Collapse XSD Schema Diagram:
XSD Diagram of Width in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute form="qualified" name="Width" use="optional">
    <xsd:annotation>
        <xsd:documentation>Specifies the width of a column in points. This value must be greater than or equal to zero.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:double">
            <xsd:minInclusive value="0" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
MinInclusive 0