[]
Gets the formula, as a string value, for the specified expression for the cell at the specified row and column.
string UnparseFormula(int row, int column, Expression expression)
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 |