ungroup_rows method

ungroup_rows

Ungroups rows.

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

Remarks

Only removes outer group info.

ungroup_rows

Ungroups rows.

def ungroup_rows(self, first_index, last_index, is_all):
    ...
ParameterTypeDescription
first_indexintThe first row index to be ungrouped.
last_indexintThe last row index to be ungrouped.
is_allboolTrue, removes all grouped info.Otherwise, remove the outer group info.

See Also