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