NamedRange::Application Property
Gets a Microsoft.Office.Interop.Excel::Application that represents the creator of the NamedRange control.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Property Value
Type: Microsoft.Office.Interop.Excel::Application^A Microsoft.Office.Interop.Excel::Application that represents the creator of the NamedRange control.
The following code example gets the name and version of the application that contains the NamedRange and displays the information in a message box.
This example is for a document-level customization.
Show: