menu

File Formats

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorFilter - API Reference

    Show / Hide Table of Contents

    Class ColorFilter

    Class represents Color Filter for a column

    Inheritance
    System.Object
    ColorFilter
    Implements
    IFilter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class ColorFilter : 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 Description
    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 Description
    ExcelColorFilterType

    FilterType

    Property to access the filter type (Returns color filter)

    Declaration
    public ExcelFilterType FilterType { get; }
    Property Value
    Type Description
    ExcelFilterType

    Implements

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