[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ValidationOperator

ValidationOperator Enum

Specifies the operator to use to compare a formula against the value in a cell or, for Between and NotBetween, to compare two formulas.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum ValidationOperator
Public Enum ValidationOperator

Fields

Name 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.