add method

add

Adds CellWatch with the name the of cell.

Returns

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

See Also