row_index_to_name方法

row_index_to_name(,行)

根据行索引获取行名称。

返回

行的名称。


@staticmethod
def row_index_to_name(row):
    ...
范围类型描述
rowint行索引。

也可以看看