'Declaration
Public Enum FormatConditionOperator Inherits System.Enum
'Usage
Dim instance As FormatConditionOperator
public enum FormatConditionOperator : System.Enum
'Declaration
Public Enum FormatConditionOperator Inherits System.Enum
'Usage
Dim instance As FormatConditionOperator
public enum FormatConditionOperator : System.Enum
Member | Description |
---|---|
Between | The value is between the specified range of values. |
Equal | The value is equal to the parameter value. |
Greater | The value is greater than the parameter value. |
GreaterEqual | The value is greater than or equal to the parameter value. |
Less | The value is less than the parameter value. |
LessEqual | The value is less than or equal to the parameter value. |
NotBetween | The value is not between the specified range of values. |
NotEqual | The value is not equal to the parameter value. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.FormatConditionOperator