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