[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.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
public Expression ParseFormula(int row, int column, string value)
Public 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

A Expression object.

Implements
Exceptions
Type Condition
ParseException

Specified value is not a valid formula