ValidationAlertType

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

ValueDescription
StopStop alert prevents invalid input from being entered
WarningWarning alert prompts the user but allows override of validation
InformationInformation alert notifies the user without blocking input

See Also