'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 | Specifies that the cell must be between two specified values (inclusive). |
Equal | Specifies that the cell must be equal to the specified value. |
Greater | Specifies that the cell must be greater than the specified value. |
GreaterEqual | Specifies that the cell must be greater than or equal to the specified value. |
Less | Specifies that the cell must be less than the specified value. |
LessEqual | Specifies that the cell must be less than or equal to the specified value. |
None | No operator. |
NotBetween | Specifies that the cell must not be between the two specified values. |
NotEqual | Specifies that the cell must not be equal to the specified value. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.FormatConditionOperator
Target Platforms: Windows 7, 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