CellWatchCollection

CellWatchCollection class

Represents the collection of cells on this worksheet being watched in the ‘watch window’.

Constructors

NameDescription
CellWatchCollection

Properties

NameTypeDescription
Countint
Item (int)CellWatchGets and sets CellWatch by index.
Item (java.lang.String)CellWatchGets and sets CellWatch by the name of the cell.

Methods

NameDescription
addAdds CellWatch with row and column.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved for internal use.

CellWatchCollection()

CellWatchCollection.Count property

Type: int

CellWatchCollection.Item (int) property

Gets and sets CellWatch by index.

Type: CellWatch

CellWatchCollection.Item (java.lang.String) property

Gets and sets CellWatch by the name of the cell.

Type: CellWatch

add(row, column) (1 of 3)

Adds CellWatch with row and column.

ParameterTypeDescription
rowintThe row index.
columnintThe column index.

Returns: Returns the position of this item in the collection.


add(cellName) (2 of 3)

Adds CellWatch with the name the of cell.

ParameterTypeDescription
cellNameStringThe name of the cell.

add(value) (3 of 3)

Reserved for internal use.

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.