ValidationType
Vue de l’ensemble
‘ValidationType’ est un enum dans Aspose.Cells pour NET.
Description
‘ValidationType’ est un type d’enumer dans la bibliothèque Aspose.Cells FOSS pour .NET. Il définit un ensemble de constants nommés qui contrôlent le comportement ou spécifient les options au sein de l’API. Les enumerations telles que ‘ValidationsTyp’ aident à garantir la sécurité du type en limitant les valeurs à un set prédéfini.
Les valeurs
| 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 |
Voir aussi
- Aspose.Cells pour .NET — Enterprise API Reference