Aspose::Cells::FilterValueCollection class

FilterValueCollection class

Represents the multiple filter collection.

class FilterValueCollection

Methods

MethodDescription
Add(const U16String& filter)Adds a label filter criteria.
Add(const char16_t* filter)Adds a label filter criteria.
Add(DateTimeGroupingType type, int32_t year, int32_t month, int32_t day)Adds a date filter criteria value.
Add(DateTimeGroupingType type, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second)Adds a date time filter criteria value.
begin()Returns an iterator to the beginning of the FilterValueCollection.
end()Returns an iterator to the end of the FilterValueCollection.
FilterValueCollection(FilterValueCollection_Impl* impl)Constructs from an implementation object.
FilterValueCollection(const FilterValueCollection& src)Copy constructor.
Get(int32_t index)Gets FilterValue by index.
GetCount()Gets the number of elements contained in the instance.
GetMatchBlank()Indicates whether to filter by blank.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const FilterValueCollection& src)operator=
SetMatchBlank(bool value)Indicates whether to filter by blank.
~FilterValueCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also