[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IExpressionSupport2

IExpressionSupport2 Interface

Interface that supports additional formula functionality in the data model including conditional cell formats.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IExpressionSupport2
Public Interface IExpressionSupport2

Methods

Name Description
EvaluateExpression(int, int, Expression)

Evaluates the expression and returns the resulting object for the cell at the specified row and column.

ParseFormula(int, int, string)

Parses the string value and returns the expression
for the cell at the specified row and column.

UnparseFormula(int, int, Expression)

Gets the formula, as a string value, for the specified expression for the cell at the specified row and column.