[]
Gets the formula in A1 format which the defined name refers to.
string GetRefersTo(int contextRow, int contextColumn)
Function GetRefersTo(contextRow As Integer, contextColumn As Integer) As String
Type | Name | Description |
---|---|---|
int | contextRow | An integer value indicates the context row index. |
int | contextColumn | An integer value indicates the context column index. |
Type | Description |
---|---|
string | The string value represents formula which the defined name refers to. |