CellWatchCollection
Contents
[
Hide
]CellWatchCollection class
Represents the collection of cells on this worksheet being watched in the ‘watch window’.
Constructors
| Name | Description |
|---|---|
| CellWatchCollection |
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | CellWatch | Gets and sets CellWatch by index. |
| Item (java.lang.String) | CellWatch | Gets and sets CellWatch by the name of the cell. |
Methods
| Name | Description |
|---|---|
| add | Adds CellWatch with row and column. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved 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.
| Parameter | Type | Description |
|---|---|---|
| row | int | The row index. |
| column | int | The 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.
| Parameter | Type | Description |
|---|---|---|
| cellName | String | The 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.