check_cell方法
check_cell(self, row, column)
获取指定单元格行索引和列索引处的 Cell 元素或 null。
返回
如果 Cell 对象存在,则返回 Cell 对象。 如果单元格不存在,则返回 null。
def check_cell(self, row, column):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| row | int | 行索引 |
| column | int | 列索引 |
也可以看看
- 模块
aspose.cells - 类
Cell - 类
Cells
获取指定单元格行索引和列索引处的 Cell 元素或 null。
如果 Cell 对象存在,则返回 Cell 对象。 如果单元格不存在,则返回 null。
def check_cell(self, row, column):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| row | int | 行索引 |
| column | int | 列索引 |
aspose.cellsCellCells