get_row方法
get_row(self, row)
获取指定单元格行索引处的 Row 元素。
返回
如果行对象存在则返回行对象,否则返回 null。
def get_row(self, row):
...
| 范围 | 类型 | 描述 |
|---|---|---|
| row | int | 行索引 |
注意事项
注意:此成员现已过时。相反, 请使用Cells.CheckRow(int row)方法。 该方法将于 2024 年 2 月起 12 个月后取消。 Aspose 对于您所遇到的不便深表歉意。
也可以看看
- 模块
aspose.cells - 类
Cells - 类
Row