<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>
|