Class ColorFilter

Class ColorFilter

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

表示通过颜色过滤范围。

public class ColorFilter

继承

objectColorFilter

继承成员

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

属性

FilterByFillColor

是否通过单元格的填充颜色进行过滤。

public bool FilterByFillColor { get; set; }

属性值

bool

备注

True: 单元格的填充颜色;False: 单元格的字体颜色。

方法

GetColor(WorksheetCollection)

获取此过滤器的颜色。

public Color GetColor(WorksheetCollection sheets)

参数

sheets WorksheetCollection

返回

Color

 中文