'Declaration Public Enum ExcelComparisonOperator Inherits System.Enum
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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