add方法

add(cell_name)

添加 CellWatch 和单元格的名称。

返回

def add(self, cell_name):
    ...
范围类型描述
cell_namestr单元格的名称。

add(row, column)

添加带有行和列的 CellWatch

返回

返回此项在集合中的位置。

def add(self, row, column):
    ...
范围类型描述
rowint行索引。
columnint列索引。

也可以看看