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
| Name | Type | Access | Description |
|---|---|---|---|
MatchAll | bool | Read/Write | Indicates whether all filters must match (true) or any may match (false) |
Count | int | Read | Gets the number of custom filters in the collection |
Methods
| Signature | Description |
|---|---|
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 |