Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FormatConditionOperator Enumeration


In This Topic
    FormatConditionOperator Enumeration
    In This Topic
    Specifies the operator to use to compare a formula against the value in a cell or, for Between and NotBetween , to compare two formulas.
    Syntax
    'Declaration
     
    
    Public Enum FormatConditionOperator 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FormatConditionOperator
    public enum FormatConditionOperator : System.Enum 
    Members
    MemberDescription
    BetweenThe value is between the specified range of values.
    EqualThe value is equal to the parameter value.
    GreaterThe value is greater than the parameter value.
    GreaterEqualThe value is greater than or equal to the parameter value.
    LessThe value is less than the parameter value.
    LessEqualThe value is less than or equal to the parameter value.
    NotBetweenThe value is not between the specified range of values.
    NotEqualThe value is not equal to the parameter value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.FormatConditionOperator

    See Also