SpreadsheetGear 2023
FormatConditionOperator Enumeration


SpreadsheetGear Namespace : FormatConditionOperator Enumeration
Specifies the operator to be used by a conditional format.
Syntax
'Declaration
 
Public Enum FormatConditionOperator 
   Inherits System.Enum
'Usage
 
Dim instance As FormatConditionOperator
public enum FormatConditionOperator : System.Enum 
Members
MemberDescription
BetweenSpecifies that the cell must be between two specified values (inclusive).
EqualSpecifies that the cell must be equal to the specified value.
GreaterSpecifies that the cell must be greater than the specified value.
GreaterEqualSpecifies that the cell must be greater than or equal to the specified value.
LessSpecifies that the cell must be less than the specified value.
LessEqualSpecifies that the cell must be less than or equal to the specified value.
NoneNo operator.
NotBetweenSpecifies that the cell must not be between the two specified values.
NotEqualSpecifies that the cell must not be equal to the specified value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.FormatConditionOperator

Requirements

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

See Also

Reference

SpreadsheetGear Namespace