[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.GetExpression

GetExpression Method

GetExpression(int, int)

Gets the formula, as an expression value, for the cell of the specified row and column.

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

Row index of the cell

int column

Column index of the cell

Returns
Type Description
Expression
Implements