merged_cells property

merged_cells property

Gets the collection of merged cells.

Remarks

In this collection, each item is a CellArea structure which represents an area of merged cells.

Definition:

@property
def merged_cells(self):
    ...

See Also