Action.Application Eigenschaft
Definition
Wenn diese Eigenschaft ohne einen Objektbezeichner verwendet wird, gibt sie ein Objekt zurück, das die Microsoft Office _Application Excel-Anwendung darstellt.When used without an object qualifier, this property returns an _Application object that represents the Microsoft Office Excel application. Wenn ohne einen Objektbezeichner verwendet wird, gibt diese Eigenschaft ein Application -Objekt, das den Ersteller des angegebenen Objekts darstellt.When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Schreibgeschützt.Read-only.
public:
property Microsoft::Office::Interop::Excel::Application ^ Application { Microsoft::Office::Interop::Excel::Application ^ get(); };
public Microsoft.Office.Interop.Excel.Application Application { get; }
Public ReadOnly Property Application As Application
Eigenschaftswert
Anwendung (siehe oben)Application (see above)
Hinweise
Sie können diese Eigenschaft mit einem OLE-Automatisierungsobjekt verwenden, um die Anwendung dieses Objekts zurückzugeben.You can use this property with an OLE Automation object to return the application of that object.