Share via


Name.RefersTo Property

Returns or sets the formula that the name is defined to refer to, in the language of the macro and in A1-style notation, beginning with an equal sign.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property RefersTo As Object
    Get
    Set
'Usage
Dim instance As Name
Dim value As Object

value = instance.RefersTo

instance.RefersTo = value
Object RefersTo { get; set; }

Property Value

Type: System.Object

See Also

Reference

Name Interface

Name Members

Microsoft.Office.Interop.Excel Namespace