Name.RefersToR1C1Local Property
Returns or sets the formula that the name refers to.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property RefersToR1C1Local As Object
Get
Set
'Usage
Dim instance As Name
Dim value As Object
value = instance.RefersToR1C1Local
instance.RefersToR1C1Local = value
Object RefersToR1C1Local { get; set; }
Property Value
Type: System.Object
Remarks
This formula is in the language of the user, and it's in R1C1-style notation, beginning with an equal sign.