Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.DataValidationPrompt interface
- Package:
- excel
Represents the user prompt properties for the data validation.
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
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
Feedback
Was this page helpful?
