ungroup_columns method

ungroup_columns

Ungroups columns.

def ungroup_columns(self, first_index, last_index):
    ...
ParameterTypeDescription
first_indexintThe first column index to be ungrouped.
last_indexintThe last column index to be ungrouped.

See Also