_Application Interface
Represents the entire Microsoft Excel application.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<GuidAttribute("000208D5-0000-0000-C000-000000000046")> _
Public Interface _Application
'Usage
Dim instance As _Application
[GuidAttribute("000208D5-0000-0000-C000-000000000046")]
public interface _Application
Remarks
The Application object contains:
Application-wide settings and options (for example, many of the options in the Options dialog box - accessed through the Tools menu).
Properties that return top-level objects, such as ActiveCell, ActiveSheet, and so on.
Use the Application property to return the Application object.