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):
...
Parametro | Tipo | Descrizione |
---|---|---|
hide_rows | bool | Se vero, nasconde le righe filtrate. |
Guarda anche
- modulo
aspose.cells
- classe
AutoFilter