Class ColorFilter

Class ColorFilter

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

Mewakili penyaringan rentang berdasarkan warna.

public class ColorFilter

Pewarisan

objectColorFilter

Anggota yang Dwarisi

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

Properti

FilterByFillColor

Apakah menyaring berdasarkan warna isi sel.

public bool FilterByFillColor { get; set; }

Nilai Properti

bool

Catatan

True: warna isi sel; False: warna font sel.

Metode

GetColor(WorksheetCollection)

Mendapatkan warna dari filter ini.

public Color GetColor(WorksheetCollection sheets)

Parameter

sheets WorksheetCollection

Mengembalikan

Color

 Indonesia