[]
Specifies the binary operations between the target value and the compared value when validating a cell.
public enum ValidateComparisonOperator
Public Enum ValidateComparisonOperator
| 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. |