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

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


Feedback

Was this page helpful?