Metodo refresh

refresh(self)

Aggiorna i filtri automatici per nascondere o visualizzare le righe.

ritorna

Restituisce tutti gli indici delle righe nascoste.


def refresh(self):
    ...

refresh(self, hide_rows)

Ottiene tutti gli indici delle righe nascoste.

ritorna

Restituisce tutti gli indici delle righe nascoste.


def refresh(self, hide_rows):
    ...
ParametroTipoDescrizione
hide_rowsboolSe vero, nasconde le righe filtrate.

Guarda anche