add方法

add(self, cell_name)

添加单元格名称为 CellWatch

返回


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

add(self, row, column)

CellWatch 与行和列相加。

返回

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


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

也可以看看