add method

add(self, cell_name)

Adds CellWatch with the name the of cell.

Returns


def add(self, cell_name):
    ...
ParameterTypeDescription
cell_namestrThe 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):
    ...
ParameterTypeDescription
rowintThe row index.
columnintThe column index.

See Also