Aspose::Cells::MultipleFilterCollection class
Contents
[
Hide
]MultipleFilterCollection class
Represents the multiple filter collection.
class MultipleFilterCollection
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
MultipleFilterCollection() | Constructs one new instance. |
MultipleFilterCollection(MultipleFilterCollection_Impl* impl) | Constructs from an implementation object. |
MultipleFilterCollection(const Aspose::Cells::Object& obj) | Constructs from an Object convertible to this. |
MultipleFilterCollection(const MultipleFilterCollection& src) | Copy constructor. |
explicit operator bool() const | operator bool() |
operator=(const MultipleFilterCollection& src) | operator= |
SetMatchBlank(bool value) | Indicates whether to filter by blank. |
ToObject() | Gets the Object. |
~MultipleFilterCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++