[]
Gets the formula, as a string value, from the specified expression for the cell at the specified row and column.
public string UnparseFormula(int row, int column, Expression expression)
Public Function UnparseFormula(row As Integer, column As Integer, expression As Expression) As String
Type | Name | Description |
---|---|---|
int | row | Row index of the cell |
int | column | Column index of the cell |
Expression | expression | Expression to be unparsed |
Type | Description |
---|---|
string |