is_last_cell property

Cell.is_last_cell property

True if this is the last cell inside a row; false otherwise.

@property
def is_last_cell(self) -> bool:
    ...

See Also