IRtdServer.RefreshData Method
This method is called by Microsoft Excel to get new data.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function RefreshData ( _
<OutAttribute> ByRef TopicCount As Integer _
) As Array
'Usage
Dim instance As IRtdServer
Dim TopicCount As Integer
Dim returnValue As Array
returnValue = instance.RefreshData(TopicCount)
Array RefreshData(
out int TopicCount
)
Parameters
TopicCount
Type: System.Int32Required Integer. The RTD server must change the value of the TopicCount to the number of elements in the array returned.
Return Value
Type: System.Array
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.