is_first_row property

Row.is_first_row property

True if this is the first row in a table; false otherwise.

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

See Also