ValidationType
Overview
ValidationType is a enum in Aspose.Cells for NET.
Description
ValidationType is an enumeration type in the Aspose.Cells FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like ValidationType help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
AnyValue | No restriction; any input value is accepted |
WholeNumber | Restricts input to integers within an optional range |
Decimal | Restricts input to decimal numbers within an optional range |
List | Restricts input to values from a predefined drop-down list |
Date | Restricts input to date values within an optional range |
Time | Restricts input to time values within an optional range |
TextLength | Restricts input based on the character length of the entered text |
Custom | Uses a custom formula expression to validate input |