is_merged_cell property

is_merged_cell property

Returns true if the cell is merged with any adjusted cell, false otherwise. Read-only bool.

Definition:

@property
def is_merged_cell(self):
    ...

See Also