Name.RefersTo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::Object ^ RefersTo { System::Object ^ get(); void set(System::Object ^ value); };
public object RefersTo { get; set; }
Public Property RefersTo As Object