[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IExpressionSupport2.ParseFormula

ParseFormula Method

ParseFormula(int, int, string)

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

Declaration
Expression ParseFormula(int row, int column, string value)
Function ParseFormula(row As Integer, column As Integer, value As String) As Expression
Parameters
Type Name Description
int row

Row index of the cell

int column

Column index of the cell

string value

Formula to be parsed to a string

Returns
Type Description
Expression
Exceptions
Type Condition
ParseException

Value is not a valid formula.