AutoFilterCustomFilterCollection
Overview
AutoFilterCustomFilterCollection is a class in Aspose.Cells FOSS for C++.
Represents a collection of auto filter custom filter objects.
Methods
| Signature | Description |
|---|---|
GetMatchAll() → bool | Gets or sets a value indicating whether match all. |
SetMatchAll(value: bool) | |
GetCount() → int | Gets the number of items. |
Add(operatorType: FilterOperatorType, value: std::string_view) → int | Adds the specified item. The operator type. The value. The zero-based index of the added item. |
RemoveAt(index: int) | Removes the specified item. The zero-based index. |
Clear() | Clears the current state. |
GetEnumerator() → std::vector<AutoFilterCustomFilter> | Returns a snapshot vector that iterates through the collection. A vector of custom filters that can be used to iterate through the collection. |
begin() → Iterator | Returns an iterator to the beginning. |
end() → Iterator | Returns an iterator to the end. |