menu

Document Processing

ColorFilter Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ColorFilter Class

    Class represents Color Filter for a column

    Inheritance
    System.Object
    ColorFilter
    Implements
    IFilter
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.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
    System.Drawing.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

    Implements

    IFilter
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved