Aspose::Cells::AdvancedFilter class
AdvancedFilter class
Represents the settings of advanced filter.
class AdvancedFilter
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const AdvancedFilter& src) | operator= |
~AdvancedFilter() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++