Aspose::Cells::CustomFilterCollection class

CustomFilterCollection class

Represents the custom filters.

class CustomFilterCollection

Methods

MethodDescription
begin()Returns an iterator to the beginning of the CustomFilterCollection.
CustomFilterCollection()Constructs new instance.
CustomFilterCollection(CustomFilterCollection_Impl* impl)Constructs from an implementation object.
CustomFilterCollection(const Aspose::Cells::Object& obj)Constructs from an Object convertible to this.
CustomFilterCollection(const CustomFilterCollection& src)Copy constructor.
end()Returns an iterator to the end of the CustomFilterCollection.
Get(int32_t index)Gets the custom filter in the specific index.
GetAnd()Indicates whether the two criteria have an “and” relationship.
GetCount()Gets the number of elements contained in the instance.
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.
ToObject()Gets the Object.
~CustomFilterCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also