API Reference
Class
ExcelFormulaCapabilities
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.
Returned or exposed by
- Property ExcelFormulaCapabilities.Current
- Property ExcelFormulaInspection.Capabilities
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.