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