New to Telerik UI for WinFormsStart a free 30-day trial

Specifies a comparison operator for custom filter criteria.

Definition

Namespace:Telerik.Documents.SpreadsheetStreaming

Assembly:Telerik.Documents.SpreadsheetStreaming.dll

Syntax:

C#
public enum SpreadComparisonOperator

Fields

Equal to.

C#
EqualsTo = 0
Remarks:

Member named EqualsTo (vs. grammatical EqualTo) for API consistency with prior versions. This is a public enum and the name is stable.

Greater than.

C#
GreaterThan = 2

Greater than or equal to.

C#
GreaterThanOrEqualsTo = 3

Less than.

C#
LessThan = 4

Less than or equal to.

C#
LessThanOrEqualsTo = 5

Not equal to.

C#
NotEqualsTo = 1