Aspose::Cells::DynamicFilter class
Contents
[
Hide
]DynamicFilter class
Represents the dynamic filter.
class DynamicFilter
Methods
Method | Description |
---|---|
DynamicFilter(DynamicFilter_Impl* impl) | Constructs from an implementation object. |
DynamicFilter(const Aspose::Cells::Object& obj) | Constructs from an Object convertible to this. |
DynamicFilter(const DynamicFilter& src) | Copy constructor. |
GetDynamicFilterType() | Gets and sets the dynamic filter type. |
GetMaxValue() | Gets and sets the dynamic filter max value. |
GetValue() | Gets and sets the dynamic filter value. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const DynamicFilter& src) | operator= |
SetDynamicFilterType(DynamicFilterType value) | Gets and sets the dynamic filter type. |
SetMaxValue(const Aspose::Cells::Object& value) | Gets and sets the dynamic filter max value. |
SetValue(const Aspose::Cells::Object& value) | Gets and sets the dynamic filter value. |
ToObject() | Gets the Object. |
~DynamicFilter() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++