new CellWatchCollection()

Methods

add(row, column) → Number

Adds CellWatch with row and column.

Parameters

Name Type Optional Description

row

Number

 

The row index.

column

Number

 

The column index.

Returns

Number Returns the position of this item in the collection.

add(cellName) → Number

Adds CellWatch with the name the of cell.

Parameter

Name Type Optional Description

cellName

String

 

The name of the cell.

Returns

Number 

add()

Reserved for internal use.

clear()

contains()

Reserved for internal use.

get(index) → CellWatch

Gets and sets CellWatch by index.

Parameter

Name Type Optional Description

index

Number

 

The index.

Returns

CellWatch 

get(cellName) → CellWatch

Gets and sets CellWatch by the name of the cell.

Parameter

Name Type Optional Description

cellName

String

 

The name of the cell.

Returns

CellWatch 

get()

Reserved for internal use.

getCount()

indexOf()

Reserved for internal use.

iterator()

removeAt()