Gets the formula in A1 format which the defined name refers to.
public string RefersTo {get; set;}
'Declaration
Public Property RefersTo As String
'Usage
Dim instance As NameInfo
Dim value As String
instance.RefersTo = value
value = instance.RefersTo
Property Value
The string value represents formula which the defined name refers to.