Back to Devexpress

Real-Time Data (RTD) Function

officefileapi-117877-spreadsheet-document-api-formulas-functions-real-time-data-rtd-function.md

latest1.7 KB
Original Source

Real-Time Data (RTD) Function

  • Sep 19, 2023

The Real-Time Data (RTD) function retrieves data in real time from programs that support COM automation. For details on how to create a COM Automation server for use with the RTD function, refer to this article: How to create a RealTimeData server for Excel.

The following properties allow you to control real-time data updates:

Syntax

RTD(ProgID, server, topic1, [topic2], …)

The following table describes the function’s arguments:

ArgumentDescription
ProgIDThe data server’s programmatic ID.
serverThe name of the machine on which the real-time data server is running. If the RTD server is running locally, the server name is an empty string or can be omitted.
topic1, topic2, …Specifies the data to retrieve from the real-time data server. At least one topic is required.