[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.GetFormula

GetFormula Method

GetFormula(int, int)

Gets the formula in the cell at the specified row and column.

Declaration
public virtual string GetFormula(int row, int column)
Public Overridable 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