Dim instance AsDefinedNameDim contextRow AsIntegerDim contextColumn AsIntegerDim value AsString
value = instance.GetRefersTo(contextRow, 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.