'Declaration Public Enum ComparisonOperator Inherits System.Enum
'Usage Dim instance As ComparisonOperator
public enum ComparisonOperator : System.Enum
'Declaration Public Enum ComparisonOperator Inherits System.Enum
'Usage Dim instance As ComparisonOperator
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