This gives the output with the AutoFilter functionality. How to remove this default functionality? in the given example above is also showing the autofilter mode is enabled. I tried with the below code, but it didn't worked out:
ws.AutoFilter.Enabled = false;
Please help..
↧