[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.GetExpression

GetExpression Method

GetExpression(int, int)

Gets the formula of the specified cell on this sheet.

Declaration
public Expression GetExpression(int row, int column)
Public 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
Exceptions
Type Condition
ArgumentOutOfRangeException

Specified row index is out of range; must be between 0 and the total number of rows

ArgumentOutOfRangeException

Specified column index is out of range; must be between 0 and the total number of columns