Definition Type: Attribute
Name: Index
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 column index of a cell.
Collapse XSD Schema Diagram:
XSD Diagram of Index in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute form="qualified" name="Index" type="xsd:nonNegativeInteger" use="optional">
    <xsd:annotation>
        <xsd:documentation>Specifies the column index of a cell.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>