Version

ExcelComparisonOperator Enumeration

Represents the various comparisons which can be used in the CustomFilterCondition.
Syntax
public enum ExcelComparisonOperator : System.Enum 
Members
MemberDescription
BeginsWithFilter in string values which begin with the comparison value.
ContainsFilter in string values which contain the comparison value.
DoesNotBeginWithFilter in string values which do not begin with the comparison value.
DoesNotContainFilter in string values which do not contain the comparison value.
DoesNotEndWithFilter in string values which do not end with the comparison value.
EndsWithFilter in string values which ends with the comparison value.
EqualsFilter in values which are equal to the comparison value.
GreaterThanFilter in values which are greater than the comparison value.
GreaterThanOrEqualFilter in values which are greater than or equal to the comparison value.
LessThanFilter in values which are less than the comparison value.
LessThanOrEqualFilter in values which are less than or equal to the comparison value.
NotEqualFilter in values which are not equal to the comparison value.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also