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 IObject* obj)Constructs from an IObject convertible to this.
DynamicFilter(const DynamicFilter& src)Copy constructor.
GetDynamicFilterType()Gets and sets the dynamic filter type.
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.
~DynamicFilter()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also