DataValidationAlertStyle

DataValidationAlertStyle

Overview

DataValidationAlertStyle is a enum in Aspose.Cells FOSS for Python.

Specifies the style of the error alert displayed when invalid data is entered.

This enumeration defines 3 values: STOP, WARNING, INFORMATION.

Values

ValueDescription
STOPRepresents a stop-style alert for data validation
WARNING
INFORMATIONRepresents an informational alert for data validation

See Also