Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ValidateComparisonOperator Enumeration


In This Topic
    ValidateComparisonOperator Enumeration
    In This Topic
    Specifies the binary operations between the target value and the compared value when validating a cell.
    Syntax
    'Declaration
     
    Public Enum ValidateComparisonOperator 
       Inherits System.Enum
    'Usage
     
    Dim instance As ValidateComparisonOperator
    public enum ValidateComparisonOperator : System.Enum 
    Members
    MemberDescription
    Equals The target cell's value is equal to the compared value.
    GreaterThan The target cell's value is greater than the compared value.
    GreaterThanOrEquals The target cell's value is greater than or equal to the compared value.
    LessThan The target cell's value is less than the compared value.
    LessThanOrEquals The target cell's value is less than or equal to the compared value.
    NotEquals The target cell's value is not equal to the compared value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.ValidateComparisonOperator

    See Also