Share via


Name.Value Property

Returns a string containing the formula that the name is defined to refer to.

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

Syntax

'Declaration
Property Value As String
    Get
    Set
'Usage
Dim instance As Name
Dim value As String

value = instance.Value

instance.Value = value
string Value { get; set; }

Property Value

Type: System.String

Remarks

The string is in A1-style notation in the language of the macro, and it begins with an equal sign.

See Also

Reference

Name Interface

Name Members

Microsoft.Office.Interop.Excel Namespace