Contains a value that specifies the type of a worksheet.
<ExcelWorksheetType />
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="ExcelWorksheetType" minOccurs="0" >
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Worksheet" />
<xsd:enumeration value="Chart" />
<xsd:enumeration value="Macro" />
<xsd:enumeration value="Dialog" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>