Definition Type: Element
Name: NextId
Namespace: urn:schemas-microsoft-com:office:excel
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Specifies the next available unique identification number that can be assigned to a column.
Collapse XSD Schema Diagram:
XSD Diagram of NextId in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="NextId" type="xsd:integer">
    <xsd:annotation>
        <xsd:documentation>Specifies the next available unique identification number that can be assigned to a column.</xsd:documentation>
    </xsd:annotation>
</xsd:element>