merge method

merge

Combines a range of cells into a single cell.

def merge(self):
    ...

Remarks

Reference the merged cell via the address of the upper-left cell in the range.

See Also