last_row property

last_row property

Gets and sets the last row index of the table.

Definition:

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

See Also