ValidationAlertType
Overview
ValidationAlertType is a enum in Aspose.Cells for NET.
Description
ValidationAlertType 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 ValidationAlertType help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
Stop | Stop alert prevents invalid input from being entered |
Warning | Warning alert prompts the user but allows override of validation |
Information | Information alert notifies the user without blocking input |