[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.IExpressionSupport.GetFormula

GetFormula Method

GetFormula(int, int)

Gets the formula, as a string, in the cell at the specified row and column.

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

Row index

int column

Column index

Returns
Type Description
string

A string with formula of the cell.