get_cell_or_null方法
get_cell_or_null
获取此范围内的 Cell
对象或 null。
退货
Cell
对象。
def get_cell_or_null(self, row_offset, column_offset):
...
范围 | 类型 | 描述 |
---|---|---|
row_offset | int | 此范围内的行偏移量从零开始。 |
column_offset | int | 此范围内的列偏移量,从零开始。 |
也可以看看
- 模块
aspose.cells
- 类
Cell
- 类
Range
获取此范围内的 Cell
对象或 null。
Cell
对象。
def get_cell_or_null(self, row_offset, column_offset):
...
范围 | 类型 | 描述 |
---|---|---|
row_offset | int | 此范围内的行偏移量从零开始。 |
column_offset | int | 此范围内的列偏移量,从零开始。 |
aspose.cells
Cell
Range