[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.DataValidationOperator

DataValidationOperator Enum

The relational operator used in data validation.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum DataValidationOperator : byte
Public Enum DataValidationOperator As Byte

Fields

Name Description
Between

Data validation which checks if a value is between two other values.

Equal

Data validation which checks if a value is equal to a specified value.

GreaterThan

Data validation which checks if a value is greater than a specified value.

GreaterThanOrEqual

Data validation which checks if a value is greater than or equal to a specified value.

LessThan

Data validation which checks if a value is less than a specified value.

LessThanOrEqual

Data validation which checks if a value is less than or equal to a specified value.

NotBetween

Data validation which checks if a value is not between two other values.

NotEqual

Data validation which checks if a value is not equal to a specified value.