API Reference
Class
ExcelDataValidationMessageOptions
User-facing prompt/error options for data validation.
Inheritance
- Object
- ExcelDataValidationMessageOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public ExcelDataValidationMessageOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String PromptTitle { get; set; } #Gets or sets the input prompt title.
public String Prompt { get; set; } #Gets or sets the input prompt text.
public String ErrorTitle { get; set; } #Gets or sets the validation error title.
public String Error { get; set; } #Gets or sets the validation error text.
public Boolean ShowInputMessage { get; set; } #Gets or sets whether Excel should show the input prompt.
public Boolean ShowErrorMessage { get; set; } #Gets or sets whether Excel should show the validation error.