Computer Science, asked by 001857, 5 months ago

different between auto filter and custom filter.​

Answers

Answered by Anonymous
3

Answer:

When more than one column have custom filters, the filter engine combines them by cascading results. A filter in a column is accessed by an index : for instance the left column has index 1, and the right-most column of a 4-column auto-filter is 4.

Explanation:

xlsgen supports the creation of auto-filters, through the IXlsRange object interface. It returns a IXlsAutoFilter object.

can add custom filters to one or more columns of an auto-filter group. When more than one column have custom filters, the filter engine combines them by cascading results. A filter in a column is accessed by an index : for instance the left column has index 1, and the right-most column of a 4-column auto-filter is 4.

Answered by Anonymous
5

Answer:

with an AutoFilter, you can select two specific customers, and two products for those selected customers

you can create custom filters that narrow down the data in the exact way that you want. You do this by building a filter. If you've ever queried data in a database, this will look familiar to you. Point to either Number Filters or Text Filters in the list.

hope this will help you

good morning ❤️

ʕ•ᴥ•ʔ

Similar questions