<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

<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>