Share via


Name.RefersToR1C1 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 RefersToR1C1 As Object
    Get
    Set
'Usage
Dim instance As Name
Dim value As Object

value = instance.RefersToR1C1

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

Property Value

Type: System.Object

Remarks

The formula is in the language of the macro, and it's in R1C1-style notation, beginning with an equal sign.

See Also

Reference

Name Interface

Name Members

Microsoft.Office.Interop.Excel Namespace