get_offset方法

get_offset(row_offset, column_offset)

通过偏移获取 Range 范围。

返回

def get_offset(self, row_offset, column_offset):
    ...
范围 类型 描述
row_offset int 此范围内的行偏移量,从零开始。
column_offset int 此范围内的列偏移量,从零开始。

也可以看看