API Reference

Enum

OdsFormulaValueKind

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

Scalar value kinds produced by the bounded OpenFormula evaluator.

Inheritance

  • Enum
  • OdsFormulaValueKind

Usage

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

Values

public const OdsFormulaValueKind Empty #

No value.

Value: 0
public const OdsFormulaValueKind Number #

Numeric value.

Value: 1
public const OdsFormulaValueKind Text #

Text value.

Value: 2
public const OdsFormulaValueKind Boolean #

Boolean value.

Value: 3
public const OdsFormulaValueKind Error #

Evaluation error.

Value: 4