Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Use the worksheet AddAutoFilter method to enable auto-filter for a worksheet. This method accepts the row, start and end column indexes.
To enable custom filter, use the worksheet AddCustomFilter method which accepts the row index to which filter has to be applied and the custom filtering criteria.
The example below implements both auto- and custom data filters. In the example, the auto-filter feature is enabled and filtered rows are searched based on some criteria.
Input: the data list in the first worksheet

Output: enable auto-filter feature

Custom filtered data based on the criteria

Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.