Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ValidationOperator Enumeration
In This Topic
    ValidationOperator 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
    public enum ValidationOperator : System.Enum 
    Members
    MemberDescription
    Between Specifies between. Can only be used if two formulas are provided.
    Equal Specifies equal.
    Greater Specifies greater than.
    GreaterEqual Specifies greater than or equal to.
    Less Specifies less than.
    LessEqual Specifies less than or equal to.
    NotBetween Specifies not between. Can only be used if two formulas are provided.
    NotEqual Specifies not equal.
    Inheritance Hierarchy

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

    See Also