Enum ComparisonOperator
Comparison operators used in data validation, conditional formatting, and filtering operations.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum ComparisonOperator
Between
Tests whether a value falls within an inclusive range defined by two boundary values.
EqualsTo
Tests whether two values are equal.
GreaterThan
Tests whether the first value is greater than the second.
GreaterThanOrEqualsTo
Tests whether the first value is greater than or equal to the second.
LessThan
Tests whether the first value is less than the second.
LessThanOrEqualsTo
Tests whether the first value is less than or equal to the second.
NotBetween
Tests whether a value falls outside an inclusive range defined by two boundary values.
NotEqualsTo
Tests whether two values are not equal.