[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ValidateComparisonOperator

ValidateComparisonOperator Enum

Specifies the binary operations between the target value and the compared value when validating a cell.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum ValidateComparisonOperator
Public Enum ValidateComparisonOperator

Fields

Name 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.

See Also