Excel.DataValidationPrompt interface

Represents the user prompt properties for the data validation.

Remarks

[ API set: ExcelApi 1.8 ]

Properties

message

Specifies the message of the prompt.

showPrompt

Specifies if a prompt is shown when a user selects a cell with data validation.

title

Specifies the title for the prompt.

Property Details

message

Specifies the message of the prompt.

message: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.8 ]

showPrompt

Specifies if a prompt is shown when a user selects a cell with data validation.

showPrompt: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.8 ]

title

Specifies the title for the prompt.

title: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.8 ]