Class $.wijmo.wijspread.GeneralCompareType
Constructor Attributes | Constructor Name and Description |
---|---|
Specifies the general operator.
|
Field Attributes | Field Name and Description |
---|---|
Indicates whether the number is equal to a specified number.
|
|
Indicates whether the number is greater than a specified number.
|
|
Indicates whether the number is greater than or equal to a specified number.
|
|
Indicates whether the number is less than a specified number.
|
|
Indicates whether the number is less than or equal to a specified number.
|
|
Indicates whether the number is not equal to a specified number.
|
Field Detail
EqualsTo
Indicates whether the number is equal to a specified number.
GreaterThan
Indicates whether the number is greater than a specified number.
GreaterThanOrEqualsTo
Indicates whether the number is greater than or equal to a specified number.
LessThan
Indicates whether the number is less than a specified number.
LessThanOrEqualsTo
Indicates whether the number is less than or equal to a specified number.
NotEqualsTo
Indicates whether the number is not equal to a specified number.