is_first_cell property

Cell.is_first_cell property

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

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

See Also