AutoFilter.Refresh

Refresh()

Refresh auto filters to hide or unhide the rows.

public int[] Refresh()

Return Value

Returns all hidden rows’ indexes.

See Also


Refresh(bool)

Gets all hidden rows’ indexes.

public int[] Refresh(bool hideRows)
ParameterTypeDescription
hideRowsBooleanIf true, hide the filtered rows.

Return Value

Returns all hidden rows indexes.

See Also