méthode add

add(self, 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(self, 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’index des colonnes.

Voir également