Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / FormatConditionType Enumeration
In This Topic
    FormatConditionType Enumeration
    In This Topic
    Specifies whether the conditional format is based on a cell value or an expression.
    Syntax
    public enum FormatConditionType : System.Enum 
    Members
    MemberDescription
    AboveAverageCondition Specifies the above average condition.
    BlanksCondition Specifies the blanks condition.
    CellValue Specifies that the conditional format is based on a cell value.
    ColorScale Specifies the color scale.
    Databar Specifies the databar.
    ErrorsCondition Specifies the errors condition.
    Expression Specifies that the conditional format is based on an expression.
    IconSets Specifies icon sets.
    NoBlanksCondition Specifies the no blanks condition.
    NoErrorsCondition Specfies the no errors condition.
    TextString Specifies a text string.
    TimePeriod Specifies the time period.
    Top10 Specifies the top 10 values.
    UniqueValues Specifies unique values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.FormatConditionType

    See Also