The style of data validation error alert.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 37.3.30.1035
Syntax
public enum 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. |
See Also