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

 한국어