Previous topic

PageMove

Next topic

PagePasteSpecial

This Page

PagePasteΒΆ

PagePaste inserts clipboard data into a UniPlot document page. The function supports only the OLE format and the UniPlot format.

bool = PagePaste(hPage)

Return Value

bool TRUE if the function is successfully; otherwise FALSE.

Parameters

hPage

Identifies the page.

Comment

PagePaste is used internally by PageInsertFromClipboard for OLE- and UniPlot data.

History

Version Description
5.9 New

id-1231727