Returns the object referenced by this NamedObject. The object may be of any of the following types: Range, Picture, Array, Number. To determine the object type, use NamedObject.Type.

public System.Object Value{ get; }
Public ReadOnly Property Value() As Object
Object nameValue = namedObj.Value;
Dim nameValue As Object = namedObj.Value