The type of comparison that will be used for validating the value of the cell.

 public sealed class ComparisonType : TypesafeEnum
Public NotInheritable Class ComparisonType
		Inherits TypesafeEnum

Name

Description

Between

Between

EqualTo

Equal to

GreaterThan

Greater than

GreaterThanOrEqualTo

Greater than or equal to

LessThan

Less than

LessThanOrEqualTo

Less than or equal to

NotBetween

Not between

NotEqualTo

Not Equal to