ValidationAlertType
Overview
ValidationAlertType is a enum in Aspose.Cells FOSS for Java.
Represents the alert type for data validation.
This enumeration defines 3 values: STOP, WARNING, INFORMATION.
Description
ValidationAlertType is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like ValidationAlertType help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
STOP | Represents the stop alert type for data validation |
WARNING | |
INFORMATION |