Spread Windows Forms 12.0 Product Documentation
FormatConditionOperator Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : FormatConditionOperator Enumeration
Specifies the operator to use to compare a formula against the value in a cell or, for Between and NotBetween , to compare two formulas.
Syntax
'Declaration
 
Public Enum FormatConditionOperator 
   Inherits System.Enum
'Usage
 
Dim instance As FormatConditionOperator
public enum FormatConditionOperator : System.Enum 
Members
MemberDescription
BetweenThe value is between the specified range of values.
EqualThe value is equal to the parameter value.
GreaterThe value is greater than the parameter value.
GreaterEqualThe value is greater than or equal to the parameter value.
LessThe value is less than the parameter value.
LessEqualThe value is less than or equal to the parameter value.
NotBetweenThe value is not between the specified range of values.
NotEqualThe value is not equal to the parameter value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.FormatConditionOperator

See Also

Reference

GrapeCity.Spreadsheet Namespace