Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
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}{signature:vb.net
vb.net
}
Public NotInheritable Class ComparisonType
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Between

...

Equal to

...

Greater than

...

Greater than or equal to

...

Less than

...

Less than or equal to

...

Not between

...

{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|