Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}The type of comparison that will be used for validating the value of the cell.{excerpt}
{signature:C#}
 public sealed class ComparisonType : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class ComparisonType
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Between}Between|Between|
|{anchor:EqualTo}EqualTo|Equal to|
|{anchor:GreaterThan}GreaterThan|Greater than|
|{anchor:GreaterThanOrEqualTo}GreaterThanOrEqualTo|Greater than or equal to|
|{anchor:LessThan}LessThan|Less than|
|{anchor:LessThanOrEqualTo}LessThanOrEqualTo|Less than or equal to|
|{anchor:NotBetween}NotBetween|Not between|
|{anchor:NotEqualTo}NotEqualTo|Not Equal to|