last_row property

last_row property

Determines whether the last row of a table has to be drawn with a special formatting. Read/write bool.

Definition:

@property
def last_row(self):
    ...

@last_row.setter
def last_row(self, value):
    ...

See Also