[]
Parses the string value and returns the expression
for the cell at the specified row and column.
Expression ParseFormula(int row, int column, string value)
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 |
Type | Condition |
---|---|
ParseException | Value is not a valid formula. |