[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IExpressionSupport2.UnparseFormula

UnparseFormula Method

UnparseFormula(int, int, Expression)

Gets the formula, as a string value, for the specified expression for the cell at the specified row and column.

Declaration
string UnparseFormula(int row, int column, Expression expression)
Function UnparseFormula(row As Integer, column As Integer, expression As Expression) As String
Parameters
Type Name Description
int row

Row index of the cell

int column

Column index of the cell

Expression expression

Expression to be unparsed

Returns
Type Description
string