Table of Contents

Enum ValidationType

Namespace
FileFormat.Cells
Assembly
FileFormat.Cells.dll

Specifies the types of validation that can be applied to a cell or range of cells.

public enum ValidationType

Fields

CustomFormula = 5

Specifies a custom formula validation type where cell value must satisfy a custom formula.

Date = 1

Specifies a date validation type where cell value must be a date within a specified range.

Decimal = 3

Specifies a decimal number validation type where cell value must be a decimal number within a specified range.

List = 0

Specifies a list validation type where cell value must be one of a predefined list.

TextLength = 4

Specifies a text length validation type where the length of the cell text must be within a specified range.

WholeNumber = 2

Specifies a whole number validation type where cell value must be a whole number within a specified range.