'Declaration
Public Function GetRefersTo( _ ByVal contextRow As Integer, _ ByVal contextColumn As Integer _ ) As String
'Usage
Dim instance As DefinedName Dim contextRow As Integer Dim contextColumn As Integer Dim value As String value = instance.GetRefersTo(contextRow, contextColumn)
public string GetRefersTo( int contextRow, int contextColumn )
Parameters
- contextRow
- An integer value indicates the context row index.
- contextColumn
- An integer value indicates the context column index.
Return Value
The string value represents formula which the defined name refers to.