Aspose::Cells::AdvancedFilter class

AdvancedFilter class

Represents the settings of advanced filter.

class AdvancedFilter

Methods

MethodDescription
AdvancedFilter(AdvancedFilter_Impl* impl)Constructs from an implementation object.
AdvancedFilter(const AdvancedFilter& src)Copy constructor.
GetCopyToRange()Gets the range where copying the resut of this advanced filter to.
GetCriteriaRange()Gets the criteria range of this advanced filter.
GetListRange()Gets the list range of this advanced filter.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const AdvancedFilter& src)operator=
~AdvancedFilter()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also