Excel.DataValidationPrompt interface
Represents the user prompt properties for the data validation.
Remarks
Properties
message | Specifies the message of the prompt. |
show |
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
showPrompt
Specifies if a prompt is shown when a user selects a cell with data validation.
showPrompt: boolean;
Property Value
boolean
Remarks
title
Specifies the title for the prompt.
title: string;
Property Value
string