API Reference

Enum

OdsValidationMessageType

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

Severity shown when an ODF spreadsheet validation fails.

Inheritance

  • Enum
  • OdsValidationMessageType

Usage

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

Accepted by parameters

Values

public const OdsValidationMessageType Stop #

Reject the value.

Value: 0
public const OdsValidationMessageType Warning #

Warn before accepting the value.

Value: 1
public const OdsValidationMessageType Information #

Show an informational message.

Value: 2