API Reference

Class

ExcelDataValidationMessageOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

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() #

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.