column_index_to_name方法

column_index_to_name(column)

根据列索引获取列名。

返回

列的名称。

def column_index_to_name(self, column):
    ...
范围类型描述
columnint列索引。

也可以看看