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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins