public enum ValidationOperator : System.Enum
public enum ValidationOperator : System.Enum
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.ValidationOperator