FilterValueCollection
Overview
FilterValueCollection is a class in Aspose.Cells FOSS for C++.
Represents a collection of filter value objects.
Methods
| Signature | Description |
|---|---|
GetCount() → int | Gets the number of items. |
Add(value: std::string_view) → int | Adds the specified item. |
RemoveAt(index: int) | Removes the specified item. |
Clear() | Clears the current state. |
GetEnumerator() → std::vector<std::string> | Returns a snapshot vector that iterates through the collection. |
begin() → std::vector<std::string>::const_iterator | Returns a const iterator to the beginning. |
end() → std::vector<std::string>::const_iterator | Returns a const iterator to the end. |