group_columns method

group_columns

Groups columns.

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

group_columns

Groups columns.

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

See Also