ungroup_columns方法

ungroup_columns

取消列分组。

def ungroup_columns(self, first_index, last_index):
    ...
范围类型描述
first_indexint要取消分组的第一个列索引。
last_indexint要取消分组的最后一个列索引。

也可以看看