API Reference

Enum

ExcelFormulaState

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

Observable lifecycle states for a formula cell.

Inheritance

  • Enum
  • ExcelFormulaState

Usage

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

Values

public const ExcelFormulaState None #

No formula state.

Value: 0
public const ExcelFormulaState Authored #

The package contains authored formula text.

Value: 1
public const ExcelFormulaState Cached #

The package contains a cached result.

Value: 2
public const ExcelFormulaState Evaluated #

The formula is supported, cached, and not marked dirty.

Value: 4
public const ExcelFormulaState Dirty #

The formula requests recalculation.

Value: 8
public const ExcelFormulaState Deferred #

Evaluation is deferred because the cache is absent, dirty, or unsupported.

Value: 16
public const ExcelFormulaState Unsupported #

The OfficeIMO evaluator cannot calculate the authored expression.

Value: 32