Hi,
tableInSheet.AutoFilter.RemoveFilter(0);
tableInSheet.AutoFilter.Refresh(true);
Above code does not make all rows visible in the list object. Other articles suggested below code:
tableInSheet.AutoFilter.Range = null;
But this code also does not work.
- It does not make all rows visible.
- It removes the filter option from the header column (check attached image).
Is there anything i am missing here?
Thanks,
Sanjay A.
FiltersRemoved.png (19.4 KB)