Aspose::Cells::CustomFilterCollection class
Contents
[
Hide
]CustomFilterCollection class
Represents the custom filters.
class CustomFilterCollection
Methods
Method | Description |
---|---|
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. |
Get(int32_t index) | Gets the custom filter in the specific index. |
GetAnd() | Indicates whether the two criteria have an “and” relationship. |
GetCount() | |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++