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

struct DDELinkInfo

Elements' Summary
Service The DDE service name.  
Topic The DDE topic.  
Items A list of DDE items. Each item may contain its results from the last update.  
Elements' Details
Service
string Service;
Description
The DDE service name.
Topic
string Topic;
Description
The DDE topic.
Items
sequence< DDEItemInfo > Items;
Description
A list of DDE items. Each item may contain its results from the last update.
Top of Page