[add(cell_name) 添加 CellWatch 和单元格的名称。 返回 def add(self, cell_name): ... 范围 类型 描述 cell_name str 单元格的名称。 add(row, column) 添加带有行和列的 CellWatch。 返回 返回此项在集合中的位置。 def add(self, row, column): ... 范围 类型 描述 row int 行索引。 column int 列索引。 也可以看看 模块 aspose.cells 类 CellWatch 类 CellWatchCollection]