add méthode

add(cell_name)

Ajoute CellWatch avec le nom de la cellule.

Retour

def add(self, cell_name):
    ...
ParamètreTaperDescription
cell_namestrLe nom de la cellule.

add(row, column)

Ajoute CellWatch avec ligne et colonne.

Retour

Renvoie la position de cet élément dans la collection.

def add(self, row, column):
    ...
ParamètreTaperDescription
rowintL’index de ligne.
columnintL’indice de colonne.

Voir également