Contains information about workbook options.
      
<WorkbookOptions />
    | Element type | Anonymous | 
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
| Element | Description | 
|---|---|
| MoveAfterReturn | Specifies whether the cursor moves after the user presses the ENTER key. | 
None.
      
<xsd:element name="WorkbookOptions" >
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="MoveAfterReturn" minOccurs="0">
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>