'Declaration
Public Enum ConditionalStyleOperator Inherits System.Enum
'Usage
Dim instance As ConditionalStyleOperator
public enum ConditionalStyleOperator : System.Enum
'Declaration
Public Enum ConditionalStyleOperator Inherits System.Enum
'Usage
Dim instance As ConditionalStyleOperator
public enum ConditionalStyleOperator : System.Enum
Member | Description |
---|---|
Between | Indicates that the Cell.Value is in a range. |
Contains | Indicates that the Cell.Value contains a value. |
EndsWith | Indicates that the Cell.Value ends with a value. |
Equals | Indicates that the Cell.Value is equal to the value. |
GreaterThan | Indicates that the Cell.Value is greater than the value. |
GreaterThanOrEquals | Indicates that the Cell.Value is greater than or equal to the value. |
IsEmpty | Indicates that the Cell.Value is a null reference (Nothing in Visual Basic) or DBNull.Value or String.Empty. |
IsFalse | Indicates that the Cell.Value is false. |
IsMatch | Indicates that the Cell.Value matches a regular expression. |
IsNotEmpty | Indicates that the Cell.Value is not a null reference (Nothing in Visual Basic) or DBNull.Value or String.Empty. |
IsNotMatch | Indicates that the Cell.Value does not match a regular expression. |
IsNotNull | Indicates that the Cell.Value is not a null reference (Nothing in Visual Basic) or DBNull.Value. |
IsNull | Indicates that the Cell.Value is a null reference (Nothing in Visual Basic) or DBNull.Value. |
IsTrue | Indicates that the Cell.Value is true. |
LessThan | Indicates that the Cell.Value is less than the value. |
LessThanOrEquals | Indicates that the Cell.Value is less than or equal to the value. |
NotBetween | Indicates that the Cell.Value is out of range. |
NotEquals | Indicates that the Cell.Value is not equal to the value. |
StartsWith | Indicates that the Cell.Value starts with a value. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.ConditionalStyleOperator