Version

ExcelComparisonOperator Enumeration

Represents the various comparisons which can be used in the CustomFilterCondition.
Syntax
'Declaration
 
Public Enum ExcelComparisonOperator 
   Inherits System.Enum
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also