Table of Contents

TDataValidationConditionType Enumeration

Defines the condition used in the data validation box.

Syntax

Namespace: FlexCel.Core

Members

Name Value Description
Between 0 Value must be between TDataValidationInfo.FirstFormula and TDataValidationInfo.SecondFormula.
NotBetween 1 Value must be not between TDataValidationInfo.FirstFormula and TDataValidationInfo.SecondFormula.
EqualTo 2 Value must be equal to TDataValidationInfo.FirstFormula.
NotEqualTo 3 Value must be different from TDataValidationInfo.FirstFormula.
GreaterThan 4 Value must be greater than TDataValidationInfo.FirstFormula.
LessThan 5 Value must be less than TDataValidationInfo.FirstFormula.
GreaterThanOrEqualTo 6 Value must be greater than or equal to TDataValidationInfo.FirstFormula.
LessThanOrEqualTo 7 Value must be less than or equal to TDataValidationInfo.FirstFormula.