[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IExpressionSupport.GetExpression

GetExpression Method

GetExpression(int, int)

Gets the formula, as an expression, in the cell at the specified row and column.

Declaration
Expression GetExpression(int row, int column)
Function GetExpression(row As Integer, column As Integer) As Expression
Parameters
Type Name Description
int row

Row index

int column

Column index

Returns
Type Description
Expression