[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
cellWatches (Cell Watch Items)
Collection of cells on this worksheet being watched in the 'watch window'.
[Example: In this example, cells B3 and B4 are being watched.
<cellWatches>
<cellWatch r="B3"/>
<cellWatch r="B4"/>
</cellWatches>
end example]
Parent Elements |
worksheet (§3.3.1.96) |
Child Elements |
Subclause |
cellWatch (Cell Watch Item) |
§3.3.1.7 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_CellWatches">
<sequence>
<element name="cellWatch" type="CT_CellWatch" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>