AutoFilterCustomFilterCollection

AutoFilterCustomFilterCollection

Overview

AutoFilterCustomFilterCollection is a class in Aspose.Cells for NET. Inherits from: IEnumerable<AutoFilterCustomFilter>.

AutoFilterCustomFilterCollection.Add adds a custom filter with the specified operator type and value.

Properties

NameTypeAccessDescription
MatchAllboolRead/WriteIndicates whether all filters must match (true) or any may match (false)
CountintReadGets the number of custom filters in the collection

Methods

SignatureDescription
Add(operatorType: FilterOperatorType, value: string)Adds a custom filter with the specified operator type and value
RemoveAt(index: int)Removes the filter at the given zero‑based index
Clear()Removes all custom filters from the collection
GetEnumerator()Returns an enumerator for iterating the filters