Spread Windows Forms 12.0 Product Documentation
ValidateComparisonOperator Enumeration


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : ValidateComparisonOperator Enumeration
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
EqualsThe target cell's value is equal to the compared value.
GreaterThanThe target cell's value is greater than the compared value.
GreaterThanOrEqualsThe target cell's value is greater than or equal to the compared value.
LessThanThe target cell's value is less than the compared value.
LessThanOrEqualsThe target cell's value is less than or equal to the compared value.
NotEqualsThe 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

Reference

FarPoint.Win.Spread Namespace
CompareValueBaseValidator Class