add method
add
Adds CellWatch
with the name the of cell.
Returns
def add(self, cell_name):
...
Parameter | Type | Description |
---|---|---|
cell_name | str | The name of the cell. |
add
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