IRtdServer.RefreshData(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.