Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ComparisonOperator Enumeration


In This Topic
    ComparisonOperator Enumeration
    In This Topic
    Specifies the conditional format operators.
    Syntax
    'Declaration
     
    Public Enum ComparisonOperator 
       Inherits System.Enum
    'Usage
     
    Dim instance As ComparisonOperator
    public enum ComparisonOperator : System.Enum 
    Members
    MemberDescription
    BetweenDetermines whether a cell value is between the two parameter values.
    EqualToDetermines whether a cell value is equal to the parameter value.
    GreaterThanDetermines whether a cell value is greater than the parameter value.
    GreaterThanOrEqualToDetermines whether a cell value is greater than or equal to the parameter value.
    LessThanDetermines whether a cell value is less than the parameter value.
    LessThanOrEqualToDetermines whether a cell value is less than or equal to the parameter value.
    NotBetweenDetermines whether a cell value is not between the two parameter values.
    NotEqualToDetermines whether a cell value is not equal to the parameter value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.ComparisonOperator

    See Also