NamedRange::Parent Property
Gets the parent object of the NamedRange control.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
The following code example creates a NamedRange and then uses the Parent property to display the name of the parent Worksheet of the NamedRange.
This example is for a document-level customization.
Show: