RefersToR1C1 Property (DefinedName)
Gets or sets the formula in R1C1 format which the defined name refers to.
public string RefersToR1C1 {get; set;}
'Declaration
Public Property RefersToR1C1 As String
'Usage
Dim instance As DefinedName
Dim value As String
instance.RefersToR1C1 = value
value = instance.RefersToR1C1
Property Value
The string value represents formula which the defined name refers to.