group_cells property

group_cells property

The flag determines whether it is necessary to group rows when exporting to Excel format.

If True, the lines will be grouped; otherwise they will not be grouped.

Definition:

@property
def group_cells(self):
    ...
@group_cells.setter
def group_cells(self, value):
    ...

See Also