IRtdServer.RefreshData(Int32) Method

Definition

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

public:
 Array ^ RefreshData([Runtime::InteropServices::Out] int % TopicCount);
public Array RefreshData (out int TopicCount);
Public Function RefreshData (ByRef TopicCount As Integer) As Array

Parameters

TopicCount
Int32

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

Returns

Remarks

The data returned to Excel is an Object 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.

Applies to