[]
Parses the string value and returns the expression for the cell at the specified row and column.
public Expression ParseFormula(int row, int column, string value)
Public Function ParseFormula(row As Integer, column As Integer, value As String) As Expression
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 |
Type | Description |
---|---|
Expression | A Expression object. |
Type | Condition |
---|---|
ParseException | Specified value is not a valid formula |