Document.HandleΒΆ

Document.Handle returns the handle of a embedded UniPlot document.

hDoc = Document.Handle

Return Value

hDoc is the document handle of the embedded UniPlot document or 0 in case of an error.

Example

If the first embedded OLE object in an Excel sheet is an UniPlot diagram the following Visual-Basic statement will return the document handle.

hDoc = Worksheets(1).OLEObjects(1).Object.Handle

id-887753