API Reference

Class

ExcelFormulaCellInfo

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Formula metadata for a single worksheet cell.

Inheritance

  • Object
  • ExcelFormulaCellInfo

Usage

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

Returned or exposed by

Properties

public String SheetName { get; } #

Worksheet name.

public String CellReference { get; } #

A1 cell reference.

public String Formula { get; } #

Formula text without forcing a leading equals sign.

public String CachedValue { get; } #

Cached cell value, if present.

public Boolean HasCachedValue { get; } #

True when a cached result is present.

public Boolean IsDirty { get; } #

True when the formula is marked for recalculation.

public Boolean IsSupportedByOfficeIMO { get; } #

True when OfficeIMO's lightweight evaluator can currently calculate this formula.

public String UnsupportedReason { get; } #

Reason a formula is not supported by OfficeIMO's lightweight evaluator.