The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I'm trying to clear autofilters, but can't figure out how to do it. Is there any example code somewhere? IWorksheet.AutoFilters.FilterRange seems to be close, but how to set it to an empty range? I can't set it to null.
I need to remove the filters before saving my workbook under a different name (SaveAs) because the rows that are filtered out don't make it to the new workbook.
AVAbirami Varadharajan Syncfusion Team August 7, 2019 02:08 PM UTC
Hi Paul,
You can unhide the filtered out rows after clearing the autofilters using ShowRangeof IWorksheet . Please refer to below code to achieve the same.