Aspose::Cells::MultipleFilterCollection class

MultipleFilterCollection class

Represents the multiple filter collection.

class MultipleFilterCollection

Methods

MethodDescription
Add(const U16String& filter)Adds string filter.
Add(const char16_t* filter)Adds string filter.
Get(int32_t index)DateTimeGroupItem or a simple object.
GetCount()
GetMatchBlank()Indicates whether to filter by blank.
IsNull() constChecks whether the implementation object is nullptr.
MultipleFilterCollection()Constructs one new instance.
MultipleFilterCollection(MultipleFilterCollection_Impl* impl)Constructs from an implementation object.
MultipleFilterCollection(const IObject* obj)Constructs from an IObject convertible to this.
MultipleFilterCollection(const MultipleFilterCollection& src)Copy constructor.
explicit operator bool() constoperator bool()
operator=(const MultipleFilterCollection& src)operator=
SetMatchBlank(bool value)Indicates whether to filter by blank.
~MultipleFilterCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also