Aspose::Cells::ColorFilter class
Contents
[
Hide
]ColorFilter class
Represents setting for filtering the range by color.
class ColorFilter
Methods
| Method | Description |
|---|---|
| ColorFilter(ColorFilter_Impl* impl) | Constructs from an implementation object. |
| ColorFilter(const Aspose::Cells::Object& obj) | Constructs from an Object convertible to this. |
| ColorFilter(const ColorFilter& src) | Copy constructor. |
| GetColor(const WorksheetCollection& sheets) | Gets the color of this filter. |
| GetFilterByFillColor() | Whether filter by the cell’s fill color. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const ColorFilter& src) | operator= |
| SetFilterByFillColor(bool value) | Whether filter by the cell’s fill color. |
| ToObject() | Gets the Object. |
| ~ColorFilter() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++