Class ColorFilter
Class represents Color Filter for a column
Inheritance
System.Object
ColorFilter
Implements
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class ColorFilter : Object, IFilter
Constructors
ColorFilter()
Create an instance of Color filter.
Declaration
public ColorFilter()
Properties
Color
Property that returns the color that is being filtered by the color filter
Declaration
public Color Color { get; }
Property Value
Type |
---|
Windows.UI.Color |
ColorFilterType
Property that returns the applied color filter type (Cell color or Font color)
Declaration
public ExcelColorFilterType ColorFilterType { get; }
Property Value
Type |
---|
ExcelColorFilterType |
FilterType
Property to access the filter type (Returns color filter)
Declaration
public ExcelFilterType FilterType { get; }
Property Value
Type |
---|
ExcelFilterType |