Aspose::Cells::FilterValue class

FilterValue class

Represents filter value used in the criteria.

class FilterValue

Methods

MethodDescription
FilterValue(FilterValue_Impl* impl)Constructs from an implementation object.
FilterValue(const FilterValue& src)Copy constructor.
GetDateTimeGroupItem()Gets date time value.
GetStringValue()Gets the string value.
GetValueType()Gets the type of this filter value.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const FilterValue& src)operator=
~FilterValue()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also