public enum ExcelComparisonOperator : System.Enum
| Member | Description |
|---|---|
| BeginsWith | Filter in string values which begin with the comparison value. |
| Contains | Filter in string values which contain the comparison value. |
| DoesNotBeginWith | Filter in string values which do not begin with the comparison value. |
| DoesNotContain | Filter in string values which do not contain the comparison value. |
| DoesNotEndWith | Filter in string values which do not end with the comparison value. |
| EndsWith | Filter in string values which ends with the comparison value. |
| Equals | Filter in values which are equal to the comparison value. |
| GreaterThan | Filter in values which are greater than the comparison value. |
| GreaterThanOrEqual | Filter in values which are greater than or equal to the comparison value. |
| LessThan | Filter in values which are less than the comparison value. |
| LessThanOrEqual | Filter in values which are less than or equal to the comparison value. |
| NotEqual | Filter in values which are not equal to the comparison value. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+