Specifies the behavior for Dynamic Data Exchange (DDE) server and client capabilities.
DDE is an older data transfer protocol generally replaced by ActiveX, but
still useful for interfacing with some applications.
| DDE Enabled | Enables both DDE server and client functionality. |
| Use Worksheet Topic | Sets the DDE topic to the Worksheet name when establishing a DDE link. |
Controls the data transfer behavior for a real time DDE "Paste Link" conversation
when targeting a window.
| Autoscale Received Data | Automatically scales the window axes for received DDE data. |
| Append Received Data | Appends new DDE data to the series already in the window. |
| Data Type | Specifies the data type for a binary DDE transfer or ASCII for text data transfers. Automatic attempts to determine the type of data from the DDE conversation itself. |
| Timeout | Sets the length of time in milliseconds to wait for a response from a DDE conversation. |