Definition Type: Element
Name: WorkbookOptions
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Contains information about workbook options.
Collapse XSD Schema Diagram:
Drilldown into MoveAfterReturn in schema excel_xsdXSD Diagram of WorkbookOptions in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="WorkbookOptions">
    <xsd:annotation>
        <xsd:documentation>Contains information about workbook options.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="MoveAfterReturn" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Specifies whether the cursor moves after the user presses the ENTER key.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MoveAfterReturn x:MoveAfterReturn 0 (1)