get_row_by_index方法

get_row_by_index(index)

根据列表中的位置获取行对象。

返回

给定位置的 Row 对象。

def get_row_by_index(self, index):
    ...
范围类型描述
indexint的位置。

也可以看看