[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.GetFormula

GetFormula Method

GetFormula(int, int)

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

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

Row index of the cell

int column

Column index of the cell

Returns
Type Description
string
Implements