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