Filter Data

Working with Filters

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

todo:image_alt_text

Output: enable auto-filter feature

todo:image_alt_text

Auto-filter

Custom Data Filter

Custom filtered data based on the criteria

todo:image_alt_text