'Declaration
Public Enum ValidateComparisonOperator Inherits System.Enum
'Usage
Dim instance As ValidateComparisonOperator
public enum ValidateComparisonOperator : System.Enum
'Declaration
Public Enum ValidateComparisonOperator Inherits System.Enum
'Usage
Dim instance As ValidateComparisonOperator
public enum ValidateComparisonOperator : System.Enum
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.ValidateComparisonOperator