ListObject::Application Property

 

Gets an Application that represents either the Microsoft Office Excel application or the creator of the ListObject.

Namespace:   Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

property Application^ Application {
	Application^ get();
}

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.

No code example is currently available or this language may not be supported.
Return to top
Show: