API Reference

Class

OdsFormulaEvaluationResult

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

Result of evaluating one expression or formula cell.

Inheritance

  • Object
  • OdsFormulaEvaluationResult

Usage

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

Properties

public OdsFormulaValue Value { get; } #

Scalar result or an error value.

public Boolean Success { get; } #

Whether evaluation completed without an error value.

public Int32 Operations { get; } #

Number of bounded evaluator operations consumed.

public String Error { get; } #

Error text when evaluation failed.