Contains a value specifying the zoom level of a worksheet window.
<Zoom />
Element type | Anonymous |
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
Element | Description |
---|---|
WorksheetOptions | Contains information about options related to the worksheet. |
None.
None.
<xsd:element name="Zoom" default="100" minOccurs="0" >
<xsd:simpleType>
<xsd:restriction base="xsd:int">
<xsd:minInclusive value="10" />
<xsd:maxExclusive value="400" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>