Class ColorFilter
Class ColorFilter
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents filtering the range by color.
public class ColorFilter
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
FilterByFillColor
Whether filter by the cell’s fill color.
public bool FilterByFillColor { get; set; }
Property Value
Remarks
True: cell’s fill color; False: cell’s font color.
Methods
GetColor(WorksheetCollection)
Gets the color of this filter.
public Color GetColor(WorksheetCollection sheets)
Parameters
sheets
WorksheetCollection