Name.RefersToLocal 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 RefersToLocal As Object
Get
Set
'Usage
Dim instance As Name
Dim value As Object
value = instance.RefersToLocal
instance.RefersToLocal = value
Object RefersToLocal { get; set; }
Property Value
Type: System.Object
Remarks
The formula is in the language of the user, and it's in A1-style notation, beginning with an equal sign.