.. highlightlang:: us .. index:: Document.Application .. _document.application: Document.Application ==================== .. us.tag Document.Application NOTREADYGERMAN Programming.ActiveX New300 Mit der :ref:`Document.Application`-Eigenschaft kann das Application-Objekt eines eingebetteten UniPlot-Dokuments erfragt werden. .. function:: app = Document.Application .. us.params **Parameter** .. uparam:: ssTitle *ssTitle*. .. us.example **Beispiel** Wenn das erste OLE-Objekt im Excel-Tabellenblatt ein UniPlot-Diagramm ist, liefert die folgende Visual-Basic-Anweisung das ``UniPlot.Application``-Objekt. :: Set app = Worksheets("Sheet 1").OLEObjects(1).Object.Application .. seealso:: :ref:`uberblick-programmierung`, :ref:`Document.Handle`, :ref:`UniPlot.Call` :sub:`id-1402615`