OperatorType

General

OperatorType és un enum a Aspose.Cells per NET.

Enum defineix operadors de comparació com Between, Equal, GreaterThan,GreaterOrEqual , LessThan i LessOrEqual.

Valors

ValueDescription
BetweenValue falls within a specified lower and upper bound (inclusive)
EqualValue exactly equals the specified operand
GreaterThanValue is strictly greater than the specified operand
GreaterOrEqualValue is greater than or equal to the specified operand
LessThanValue is strictly less than the specified operand
LessOrEqualValue is less than or equal to the specified operand
NoneNo comparison operator; condition type determines matching logic
NotBetweenValue falls outside the specified lower and upper bound
NotEqualValue does not equal the specified operand
 Català