group_rows method

group_rows

Groups rows.

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

group_rows

Groups rows.

def group_rows(self, first_index, last_index, is_hidden):
    ...
ParameterTypeDescription
first_indexintThe first row index to be grouped.
last_indexintThe last row index to be grouped.
is_hiddenboolSpecifies if the grouped rows are hidden.

See Also