Spread.Services Documentation
ValidationOperator Enumeration
GrapeCity.Documents.Spread Namespace : ValidationOperator 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
public enum ValidationOperator : System.Enum 
Members
MemberDescription
Between Specifies between. Can only be used if two formulas are provided.
Equal Specifies equal.
Greater Specifies greater than.
GreaterEqual Specifies greater than or equal to.
Less Specifies less than.
LessEqual Specifies less than or equal to.
NotBetween Specifies not between. Can only be used if two formulas are provided.
NotEqual Specifies not equal.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.ValidationOperator

See Also

Reference

GrapeCity.Documents.Spread Namespace