API Reference

Enum

ExcelDataValidationErrorStyle

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.

Inheritance

  • Enum
  • ExcelDataValidationErrorStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ExcelDataValidationErrorStyle Stop #

Represents the Open XML value stop.

Value: 0
public const ExcelDataValidationErrorStyle Warning #

Represents the Open XML value warning.

Value: 1
public const ExcelDataValidationErrorStyle Information #

Represents the Open XML value information.

Value: 2