Aspose::Cells::CustomFilterCollection class

CustomFilterCollection class

Represents the custom filters.

class CustomFilterCollection

Methods

MethodDescription
CustomFilterCollection()Constructs new instance.
CustomFilterCollection(CustomFilterCollection_Impl* impl)Constructs from an implementation object.
CustomFilterCollection(const IObject* obj)Constructs from an IObject convertible to this.
CustomFilterCollection(const CustomFilterCollection& src)Copy constructor.
Get(int32_t index)Gets the custom filter in the specific index.
GetAnd()Indicates whether the two criteria have an “and” relationship.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const CustomFilterCollection& src)operator=
SetAnd(bool value)Indicates whether the two criteria have an “and” relationship.
~CustomFilterCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also