OperatorType
Přehled
OperatorType je enum v Aspose.Cells pro NET.
OperatorType enum definuje srovnávací operátory jako je Between, Equal, GreaterThan,GreaterOrEqual, LessThan , LessOrEqual a { NOVÁNOST NIKDA.
Hodnoty
| Value | Description |
|---|---|
Between | Value falls within a specified lower and upper bound (inclusive) |
Equal | Value exactly equals the specified operand |
GreaterThan | Value is strictly greater than the specified operand |
GreaterOrEqual | Value is greater than or equal to the specified operand |
LessThan | Value is strictly less than the specified operand |
LessOrEqual | Value is less than or equal to the specified operand |
None | No comparison operator; condition type determines matching logic |
NotBetween | Value falls outside the specified lower and upper bound |
NotEqual | Value does not equal the specified operand |