<cellWatches>
(Cell Watch Items)
Collection of cells on this worksheet being watched in the 'watch window'.
example:
<cellWatches> <cellWatch r="B3"/> <cellWatch r="B4"/> </cellWatches>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
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>