last_row propriété

last_row propriété

Obtient et définit l’index de la dernière ligne de la table.

Définition:

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

Voir également