merge_cells method

merge_cells

Merges neighbour cells.

Returns

Merged cell.

def merge_cells(self, cell1, cell2, allow_splitting):
    ...
ParameterTypeDescription
cell1ICellCell to merge.
cell2ICellCell to merge.
allow_splittingboolTrue to allow cells splitting.

See Also