The style of data validation error alert.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public enum DataValidationErrorStyle |
| Visual Basic |
|---|
Public Enumeration DataValidationErrorStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Stop | 0 | This data validation error style uses a stop icon in the error alert. | |
| Warning | 1 | This data validation error style uses a warning icon in the error alert. | |
| Information | 2 | This data validation error style uses an information icon in the error alert. |