Visual Basic (Declaration) | |
---|---|
Public Enum ComparisonOperator Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ComparisonOperator |
C# | |
---|---|
public enum ComparisonOperator : System.Enum |
Member | Description |
---|---|
Between | Determines whether a cell value is between the two parameter values |
EqualTo | Determines whether a cell value is equal to the parameter value |
GreaterThan | Determines whether a cell value is greater than the parameter value |
GreaterThanOrEqualTo | Determines whether a cell value is greater than or equal to the parameter value |
IsEmpty | Determines whether a cell is empty |
IsFalse | Determines whether a formula evaluates to false |
IsTrue | Determines whether a formula evaluates to true |
LessThan | Determines whether a cell value is less than the parameter value |
LessThanOrEqualTo | Determines whether a cell value is less than or equal to the parameter value |
NotBetween | Determines whether a cell value is not between the two parameter values |
NotEqualTo | Determines whether a cell value is not equal to the parameter value |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.ComparisonOperator
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
Reference
FarPoint.Web.Spread NamespaceComparisonOperator Property