Definition Type: Attribute
Name: StartPageNumber
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
Default 1
Form Qualified
Use Optional
Documentation:
Specifies the first page number that will be used when the worksheet is printed.
Collapse XSD Schema Diagram:
XSD Diagram of StartPageNumber in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="StartPageNumber" type="xsd:string" use="optional" default="1" form="qualified">
    <xsd:annotation>
        <xsd:documentation>Specifies the first page number that will be used when the worksheet is printed.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>