API Reference

Class

OdsFormulaEvaluationOptions

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

Bounds deterministic OpenFormula parsing, dependency traversal, and recalculation.

Inheritance

  • Object
  • OdsFormulaEvaluationOptions

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

Properties

public Int32 MaximumOperations { get; set; } #

Maximum parser and evaluator operations in one evaluation context.

public Int32 MaximumFormulaCharacters { get; set; } #

Maximum characters in one formula expression.

public Int32 MaximumRangeCells { get; set; } #

Maximum cells expanded across range arguments.

public Int32 MaximumDependencyDepth { get; set; } #

Maximum dependency recursion depth.

public Int32 MaximumFormulaCells { get; set; } #

Maximum formula cells updated by one recalculation.