add method
add(self, cell_name)
Adds CellWatch with the name the of cell.
Returns
def add(self, cell_name):
...
| Parameter | Type | Description |
|---|---|---|
| cell_name | System.String | The name of the cell. |
add(self, row, column)
Adds CellWatch with row and column.
Returns
Returns the position of this item in the collection.
def add(self, row, column):
...
| Parameter | Type | Description |
|---|---|---|
| row | int | The row index. |
| column | int | The column index. |
See Also
- module
aspose.cells - class
CellWatch - class
CellWatchCollection