IRtdServer.RefreshData Method (Excel)

This method is called by Microsoft Excel to get new data. Returns a Variant.

Syntax

expression .RefreshData(TopicCount)

expression A variable that represents an IRtdServer object.

Parameters

Name

Required/Optional

Data Type

Description

TopicCount

Required

Long

The RTD server must change the value of the TopicCount to the number of elements in the array returned.

Return Value

A Variant array that contains the new data.

Remarks

The data returned to Excel is a Variant containing a two-dimensional array. The first dimension represents the list of topic IDs. The second dimension represents the values associated with the topic IDs.

See Also

Concepts

IRtdServer Object Members

IRtdServer Object