Watch element
Specifies a reference to a cell to be displayed in the Watch window.
Usage
      
<Watch />
    Element Information
      
        | Element type | Anonymous | 
      
        | Namespace | urn:schemas-microsoft-com:office:excel | 
      
        | Schema name | XML Spreadsheet 2000 | 
    
Elements and Attributes
Parent Elements
      
        | Element | Description | 
      
        | Watches | Specifies the list of cells to be displayed in Watch window. | 
    
Child Elements
      
        | Element | Description | 
      
        | Source | Specifies a reference to a cell to be displayed in the Watch window. | 
    
Attributes
None.
Definition
      
<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>
    ©2003-2004 Microsoft Corporation. All rights reserved.  
Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp