row_name_to_index方法

row_name_to_index(,行名)

根据行名获取行索引。

返回

行索引。


@staticmethod
def row_name_to_index(row_name):
    ...
范围类型描述
row_namestr行名。

也可以看看