...
Description |
---|
Excerpt |
---|
The type of comparison that will be used for validating the value of the cell. |
Signature | ||||
---|---|---|---|---|
| ||||
public sealed class ComparisonType : TypesafeEnum
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
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| |
Values |
---|
Name | Description | ||||||
---|---|---|---|---|---|---|---|
| Between | ||||||
| Equal to | ||||||
| Greater than | ||||||
| Greater than or equal to | ||||||
| Less than | ||||||
| Less than or equal to | ||||||
| Not between | ||||||
| Not Equal to |