Aspose::Cells::DynamicFilter class

DynamicFilter class

Represents the dynamic filter.

class DynamicFilter

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also