API Reference

Class

ExcelFormulaCapabilities

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Describes the current lightweight formula calculation support in OfficeIMO.Excel.

Inheritance

  • Object
  • ExcelFormulaCapabilities

Usage

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

Properties

public static ExcelFormulaCapabilities Current { get; } #

Current OfficeIMO.Excel lightweight formula capability model.

public IReadOnlyList<String> SupportedFunctions { get; } #

Supported aggregate functions.

public IReadOnlyList<String> SupportedOperators { get; } #

Supported binary arithmetic operators.

public IReadOnlyList<String> SupportedOperandKinds { get; } #

Supported operand kinds.

public Int32 MaxFormulaLength { get; } #

Maximum formula length accepted by the lightweight evaluator.

public String Summary { get; } #

Short human-readable summary of the current evaluator scope.