[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IName.GetRefersTo

GetRefersTo Method

GetRefersTo(int, int)

Gets the formula in A1 format which the defined name refers to.

Declaration
string GetRefersTo(int contextRow, int contextColumn)
Function GetRefersTo(contextRow As Integer, contextColumn As Integer) As String
Parameters
Type Name Description
int contextRow

An integer value indicates the context row index.

int contextColumn

An integer value indicates the context column index.

Returns
Type Description
string

The string value represents formula which the defined name refers to.