Aspose::Cells::ColorFilter class

ColorFilter class

Represents filtering the range by color.

class ColorFilter

Methods

MethodDescription
ColorFilter(ColorFilter_Impl* impl)Constructs from an implementation object.
ColorFilter(const IObject* obj)Constructs from an IObject 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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ColorFilter& src)operator=
SetFilterByFillColor(bool value)Whether filter by the cell’s fill color.
~ColorFilter()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also