refresh method
refresh
Refresh auto filters to hide or unhide the rows.
Returns
Returns all hidden rows’ indexes.
def refresh(self):
...
refresh
Gets all hidden rows’ indexes.
Returns
Returns all hidden rows indexes.
def refresh(self, hide_rows):
...
Parameter | Type | Description |
---|---|---|
hide_rows | bool | If true, hide the filtered rows. |
See Also
- module
aspose.cells
- class
AutoFilter