Contains a value specifying whether a worksheet is visible.
<Visible />
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="Visible" default="SheetVisible" minOccurs="0" >
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="SheetVisible" />
<xsd:enumeration value="SheetHidden" />
<xsd:enumeration value="SheetVeryHidden" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>