[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ICalcResolver

ICalcResolver Interface

Interface for resolving custom formulas.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public interface ICalcResolver
Public Interface ICalcResolver

Methods

Name Description
Evaluate(Expression, out bool)

Evaluates a custom expression.

Resolve(string, out bool)

Resolves a formula string to an expression.