Excel.DataValidationErrorAlert interface

表示数据验证的错误警报属性。

注解

[ API 集:ExcelApi 1.8 ]

属性

message

表示错误警报消息。

showAlert

指定当用户输入无效数据时是否显示错误警报对话框。 默认值为 true

style

有关详细信息,请参阅 Excel.DataValidationAlertStyle 数据验证警报类型。

title

表示错误警报对话框标题。

属性详细信息

message

表示错误警报消息。

message: string;

属性值

string

注解

[ API 集:ExcelApi 1.8 ]

showAlert

指定当用户输入无效数据时是否显示错误警报对话框。 默认值为 true

showAlert: boolean;

属性值

boolean

注解

[ API 集:ExcelApi 1.8 ]

style

有关详细信息,请参阅 Excel.DataValidationAlertStyle 数据验证警报类型。

style: Excel.DataValidationAlertStyle | "Stop" | "Warning" | "Information";

属性值

Excel.DataValidationAlertStyle | "Stop" | "Warning" | "Information"

注解

[ API 集:ExcelApi 1.8 ]

title

表示错误警报对话框标题。

title: string;

属性值

string

注解

[ API 集:ExcelApi 1.8 ]