ColorFilter Class
ColorFilter class
Represents filtering the range by color.
type ColorFilter struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewColorFilter | Constructs from an Object convertible to this. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
ToObject | Gets the Object. |
GetFilterByFillColor | Whether filter by the cell’s fill color. |
SetFilterByFillColor | Whether filter by the cell’s fill color. |
GetColor | Gets the color of this filter. |