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

struct DDEItemInfo

Elements' Summary
Item The name of the DDE item.  
Results The results of the item cached from the last update of the DDE link if available. This sequence may be empty.  
Elements' Details
Item
string Item;
Description
The name of the DDE item.
Results
sequence< sequence< any > > Results;
Description
The results of the item cached from the last update of the DDE link if available. This sequence may be empty.
Top of Page