Aspose::Cells::FilterOperatorType enum

FilterOperatorType enum

Custom Filter operator type.

enum class FilterOperatorType

Values

NameValueDescription
LessOrEqual0
Represents LessOrEqual operator.
LessThan1
Represents LessThan operator.
Equal2
Represents Equal operator.
GreaterThan3
Represents GreaterThan operator.
NotEqual4
Represents NotEqual operator.
GreaterOrEqual5
Represents GreaterOrEqual operator.
None6
Represents no comparison.
BeginsWith7
Begins with the text.
EndsWith8
Ends with the text.
Contains9
Contains the text.
NotContains10
Not contains the text.

See Also