Specifies the list of cells to be displayed in Watch window.
<Watches />
Element type | Anonymous |
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
Element | Description |
---|---|
Watch | Specifies a reference to a cell to be displayed in the Watch window. |
Source | Specifies a reference to a cell to be displayed in the Watch window. |
None.
<xsd:element name="Watches" >
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Watch" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Source" type="xsd:string">
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>