AutoFilter.Refresh
Refresh()
Refresh auto filters to hide or unhide the rows.
public int[] Refresh()
Return Value
Returns all hidden rows’ indexes.
See Also
- class AutoFilter
- namespace Aspose.Cells
- assembly Aspose.Cells
Refresh(bool)
Gets all hidden rows’ indexes.
public int[] Refresh(bool hideRows)
Parameter | Type | Description |
---|---|---|
hideRows | Boolean | If true, hide the filtered rows. |
Return Value
Returns all hidden rows indexes.
See Also
- class AutoFilter
- namespace Aspose.Cells
- assembly Aspose.Cells