<cellWatch> (Cell Watch Item)

The watch window is a single UI location where the application user can keep track of certain cell formulas & values which they have chosen to be in the set of watched cells. This element expresses the cell address of a cell being watched. It is always a reference to a single cell.

Parent Elements

<cellWatches>3.3.1.8)

Attributes

Description

<r> (Reference)

Cell reference of the cell being watched.

The possible values for this attribute are defined by the ST_CellRef simple type (§3.18.8).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_CellWatch">
	<attribute name="r" type="ST_CellRef" use="required"/>
</complexType>