ASP.NET Core

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExcelCFType

    Show / Hide Table of Contents

    Enum ExcelCFType

    Specifies whether the conditional format is based on a cell value or an expression.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum ExcelCFType

    Fields

    Name Description
    AboveBelowAverage

    Represents conditional formatting rule to highlight the cells that contain values above or below the range average.

    Blank

    Represents conditional formatting rule highlights cells that are completely blank.

    CellValue

    Represents the Cell Value option for conditional formatting.

    ColorScale

    Represents the ColorScale option for conditional formatting.

    ContainsErrors

    Represents conditional formatting rule highlights cells that contains errors.

    DataBar

    Represents the DataBar option for conditional formatting.

    Duplicate

    Represents conditional formatting rule to highlight the cells with duplicate values.

    Formula

    Represents the Formula option for conditional formatting.

    IconSet

    Represents the IconSet option for conditional formatting.

    NoBlank

    Represents conditional formatting rule highlights cells that are not blank.

    NotContainsErrors

    Represents conditional formatting rule highlights cells that does not contains errors.

    SpecificText

    Represents the Specific Text conditional formatting rule based on the text.

    TimePeriod

    Represents Time Period conditional formatting rule highlights cells that has date time.

    TopBottom

    Represents conditional formatting rule to highlight the top 10 or bottom 10 cells with the values.

    Unique

    Represents conditional formatting rule to highlight the cells with unique values.

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