API Reference
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
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.
public Boolean PreserveShowMessageFlags { get; set; } #Gets or sets whether ShowInputMessage and ShowErrorMessage are applied exactly, even when message text is present. The default derives visibility from either the flags or non-empty text.
public Nullable<ExcelDataValidationErrorStyle> ErrorStyle { get; set; } #Gets or sets the validation error alert style.
public Nullable<Boolean> SuppressDropDown { get; set; } #Gets or sets whether Excel should hide the in-cell dropdown for list validations. Leave null to preserve the existing value.