[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetFormula

GetFormula Method

GetFormula(int, int)

Gets the formula of the specified cell on this sheet.

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
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