get方法

get(self, row_offset, column_offset)

通过 .Net 添加 API for Python,因为 this[int, int] 不受支持

返回

Cell 对象。


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

也可以看看