:: com :: sun :: star :: sheet ::

service DDELink
Description
represents a DDE link.

A DDE link controls the results of a DDE spreadsheet formula.

Developers Guide
Spreadsheets - DDE Links

Exported Interfaces - Summary
::com::sun::star::container::XNamed

provides access to the name of the DDE link. (details)

XDDELink

provides methods to change the settings of the DDE link.

::com::sun::star::util::XRefreshable

provides methods to reload the external linked data.

XDDELinkResults

provides access to the DDE link results. (details)

Exported Interfaces - Details
::com::sun::star::container::XNamed
Description
provides access to the name of the DDE link.

A DDE link has the form Application|Topic!Item.

XDDELink
Description
provides methods to change the settings of the DDE link.
::com::sun::star::util::XRefreshable
Description
provides methods to reload the external linked data.
XDDELinkResults
Usage Restrictions
optional
Description
provides access to the DDE link results.
Since
OOo 3.0

 
Top of Page