[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ComparisonOperator

ComparisonOperator Enum

Specifies the operator for conditional formats.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public enum ComparisonOperator
Public Enum ComparisonOperator

Fields

Name Description
Between

Determines whether a cell value is between the two parameter values

EqualTo

Determines whether a cell value is equal to the parameter value

GreaterThan

Determines whether a cell value is greater than the parameter value

GreaterThanOrEqualTo

Determines whether a cell value is greater than or equal to the parameter value

IsEmpty

Determines whether a cell is empty

IsFalse

Determines whether a formula evaluates to false

IsTrue

Determines whether a formula evaluates to true

LessThan

Determines whether a cell value is less than the parameter value

LessThanOrEqualTo

Determines whether a cell value is less than or equal to the parameter value

NotBetween

Determines whether a cell value is not between the two parameter values

NotEqualTo

Determines whether a cell value is not equal to the parameter value