Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XDDELink

Base Interface
com::sun::star::uno::XInterface

Description
represents a DDE link. @deprecated@see com::sun::star::sheet::DDELink


Known Services which Export this Interface

com::sun::star::sheet::DDELink A DDE link controls the results of a DDE spreadsheet formula.

Methods' Summary

getApplication returns the application from which data are requested (the DDE server application).
getTopic returns the DDE topic from which data are requested.
getItem returns the DDE item from which data are requested.

Methods' Details

getApplication
 
string
getApplication();
Description
returns the application from which data are requested (the DDE server application).
getTopic
 
string
getTopic();
Description
returns the DDE topic from which data are requested.
getItem
 
string
getItem();
Description
returns the DDE item from which data are requested.

Top of Page