FilterValueCollection

FilterValueCollection

Overview

FilterValueCollection is a class in Aspose.Cells FOSS for C++.

Represents a collection of filter value objects.

Methods

SignatureDescription
GetCount()intGets the number of items.
Add(value: std::string_view)intAdds 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_iteratorReturns a const iterator to the beginning.
end()std::vector<std::string>::const_iteratorReturns a const iterator to the end.

See Also