ColorFilter Class

ColorFilter class

Represents filtering the range by color.


type ColorFilter struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewColorFilterConstructs from an Object convertible to this.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
ToObjectGets the Object.
GetFilterByFillColorWhether filter by the cell’s fill color.
SetFilterByFillColorWhether filter by the cell’s fill color.
GetColorGets the color of this filter.