Definition Type: Attribute
Name: StyleID
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: IDREF:http://www.w3.org/2001/XMLSchema
Containing Schema: excelss.xsd
Form Qualified
Use Optional
Documentation:
Contains a reference to an ID attribute previously defined in a Style element. Used to apply that defined style to a cell.
Collapse XSD Schema Diagram:
XSD Diagram of StyleID in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute form="qualified" name="StyleID" type="xsd:IDREF" use="optional">
    <xsd:annotation>
        <xsd:documentation>Contains a reference to an ID attribute previously defined in a Style element. Used to apply that defined style to a cell.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>