Excel.DataValidationErrorAlert interface
Represents the error alert properties for the data validation.
Remarks
[Api set: ExcelApi 1.8]
Properties
| message | Represents the error alert message. |
| show |
Specifies whether to show an error alert dialog when a user enters invalid data. The default is |
| style | The data validation alert type, please see |
| title | Represents the error alert dialog title. |
Property Details
message
Represents the error alert message.
message: string;
Property Value
string
Remarks
[Api set: ExcelApi 1.8]
showAlert
Specifies whether to show an error alert dialog when a user enters invalid data. The default is true.
showAlert: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.8]
style
The data validation alert type, please see Excel.DataValidationAlertStyle for details.
style: Excel.DataValidationAlertStyle | "Stop" | "Warning" | "Information";
Property Value
Excel.DataValidationAlertStyle | "Stop" | "Warning" | "Information"
Remarks
[Api set: ExcelApi 1.8]
title
Represents the error alert dialog title.
title: string;
Property Value
string
Remarks
[Api set: ExcelApi 1.8]