class
CellWatchCollection
Source: aspose.
Represents the collection of cells on this worksheet being watched in the 'watch window'.
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
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
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.