NamedRange::RefersToLocal Property
Gets or sets the formula that the NamedRange control is defined to refer to, using A1-style notation in the language of the user.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Property Value
Type: System::String^The formula that the NamedRange control is defined to refer to. The formula uses A1-style notation in the language of the user, and begins with an equal sign.
Use the RefersToLocal property to change the range that a NamedRange control refers to.
The following code example creates a NamedRange and displays the formula for the NamedRange in the language of the user. It then assigns a new cell to the NamedRange and displays the new formula.
This example is for a document-level customization.
Show: